[dmd-internals] [D-Programming-Language/dmd] 47bee5: Fix build when targeting OS X Mountain Lion.
GitHub
noreply at github.com
Sat Nov 10 00:34:57 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 47bee50a3962cc0c7aeb10d929b0e5f29af731dd
https://github.com/D-Programming-Language/dmd/commit/47bee50a3962cc0c7aeb10d929b0e5f29af731dd
Author: Justin Holewinski <justin.holewinski at gmail.com>
Date: 2012-11-01 (Thu, 01 Nov 2012)
Changed paths:
M src/posix.mak
M src/root/port.c
Log Message:
-----------
Fix build when targeting OS X Mountain Lion.
The Mac OS X SDK appears to have changed __inline_isnan to
__inline_isnan[fdl] for SDK 10.8. This uses the proper functions
when targeting SDK 10.8+.
Commit: efed1877fbcb91048f97039a5cfd25b92f36c4a4
https://github.com/D-Programming-Language/dmd/commit/efed1877fbcb91048f97039a5cfd25b92f36c4a4
Author: Walter Bright <walter at walterbright.com>
Date: 2012-11-10 (Sat, 10 Nov 2012)
Changed paths:
M src/posix.mak
M src/root/port.c
Log Message:
-----------
Merge pull request #1241 from jholewinski/macosx-10.8
Fix build when targeting OS X Mountain Lion.
Compare: https://github.com/D-Programming-Language/dmd/compare/204a1e0d480f...efed1877fbcb
More information about the dmd-internals
mailing list