patch applied (ghc): Fix fwrite$UNIX2003 symbols when cross-compiling for Tiger

chak at cse.unsw.edu.au chak at cse.unsw.edu.au
Mon May 26 06:24:44 EDT 2008


Mon May 26 00:35:46 PDT 2008  Manuel M T Chakravarty <chak at cse.unsw.edu.au>
  * Fix fwrite$UNIX2003 symbols when cross-compiling for Tiger
  - When compiling with -mmacos-deployment-target=10.4, we need 
    --no-builtin-fprintf, as the use of GCC's builtin function 
    optimisation for fprintf together with #include "PosixSource" in the 
    RTS leads to the use of fwrite$UNIX2003 (with GCC 4.0.1 on Mac OS X 
    10.5.2).

    M ./mk/config.mk.in -1 +6

View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080526073546-6295e-436a1b87ffef1ec341b66bd66ab7cf192e74f7ab.gz



More information about the Cvs-ghc mailing list