wolfgang    2005/01/30 21:27:20 PST

  Modified files:
    ghc/compiler/main    DriverFlags.hs DriverPipeline.hs 
  Log:
  Reorganise handling of -fPIC flags passed to C compiler.
  The flags expected by gcc differ only slightly per platform
  (basically depending whether you are on a Mac or not), we don't need
  separate cases for every processor.
  
  TODO: Display an error message for platforms where -fPIC -fvia-C is not
        supported.
  
  Revision  Changes    Path
  1.150     +23 -12    fptools/ghc/compiler/main/DriverFlags.hs
  1.181     +2 -0      fptools/ghc/compiler/main/DriverPipeline.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to