Fix fwrite$UNIX2003 symbols when cross-compiling for Tiger
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>
Mon, 26 May 2008 07:35:46 +0000 (07:35 +0000)
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>
Mon, 26 May 2008 07:35:46 +0000 (07:35 +0000)
commit9f592bb0ae0dc76bd3ec7729474057d2069bb4db
treee6db7a5db662ef1bdb6cf0aef3884a2fb751778d
parent92049cd60bd98e7803ea5c46150d80376d296557
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).
mk/config.mk.in