Skip to content
Snippets Groups Projects
Commit 9f592bb0 authored by chak@cse.unsw.edu.au.'s avatar chak@cse.unsw.edu.au.
Browse files

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).
parent 92049cd6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment