Opened 18 years ago
Closed 18 years ago
#15 closed defect (wontfix)
GCC*: mri scripts (ar) must deal correctly with '+' in paths of input/output files
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | major | Milestone: | 0.1.1 release |
Component: | kBuild | Version: | 0.1.0 |
Keywords: | gcc | Cc: |
Description
The paths must be quoted. This requires a better hack for the $(APPEND) invocations creating the script.
Note:
See TracTickets
for help on using tickets.
This isn't possible. Binutils doesn't provide any way of escaping it. To solve this we'll have to drop the mri scripts and find another solution for long command lines. An xargs like function of some kind perhaps.