wolfgang    2003/05/30 15:29:41 PDT

  Modified files:
    ghc/compiler/main    DriverPipeline.hs 
  Log:
  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
  
  Revision  Changes    Path
  1.147     +2 -2      fptools/ghc/compiler/main/DriverPipeline.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to