[project @ 2003-05-30 22:29:41 by wolfgang]
authorwolfgang <unknown>
Fri, 30 May 2003 22:29:41 +0000 (22:29 +0000)
committerwolfgang <unknown>
Fri, 30 May 2003 22:29:41 +0000 (22:29 +0000)
commit44ff838446af62da8d941dba6390e2a5a935f715
tree4d276327c9f7ecb28d56b2e50f5da514cb810abb
parentbe5d16a57c438741128b4d69d6ea8a8edc941560
[project @ 2003-05-30 22:29:41 by wolfgang]
MacOS X:
pass the -framework option and its parameter as two separate arguments,
i.e. ["-framework", "Foo"] instead of ["-framework Foo"].
This is necessary because all options passed to gcc are now quoted
(since rev. 1.88 of SysTools.lhs), and "-framework Foo" is not a valid
option (while "-framework" "Foo" is).

MERGE TO STABLE
ghc/compiler/main/DriverPipeline.hs