cvs commit: fptools/ghc/compiler/main SysTools.lhs
Simon Marlow
simonmar at glass.cse.ogi.edu
Tue Mar 16 03:39:51 EST 2004
simonmar 2004/03/16 03:39:51 PST
Modified files:
ghc/compiler/main SysTools.lhs
Log:
Remove all known hacks in rawSystem:
- no splitting of the program name using toArgs
- no avoiding translate when the string already appears to be quoted
- no avoiding translate for the command name
We now keep separate program name & args for various SysTools
programs: gcc, as, ld, mkdll.
MERGE TO STABLE
Revision Changes Path
1.117 +64 -65 fptools/ghc/compiler/main/SysTools.lhs
More information about the Cvs-ghc
mailing list