[dmd-internals] [D-Programming-Language/dmd] 94c66e: use -Bstatic -lphobos2 -Bdynamic rather than -l:li...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Sep 30 10:03:38 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 94c66eaa298c23c730df1de075efb8e6210c693f
https://github.com/D-Programming-Language/dmd/commit/94c66eaa298c23c730df1de075efb8e6210c693f
Author: Martin Nowak <code at dawg.eu>
Date: 2015-08-28 (Fri, 28 Aug 2015)
Changed paths:
M src/link.d
Log Message:
-----------
use -Bstatic -lphobos2 -Bdynamic rather than -l:libphobos2.a
- the latter is only supported on newer versions of ld
Commit: 25fbe4d557b4d6faa9c6cfee8ef73dc2d5ef6b38
https://github.com/D-Programming-Language/dmd/commit/25fbe4d557b4d6faa9c6cfee8ef73dc2d5ef6b38
Author: Martin Nowak <martin.nowak at plugintheworld.com>
Date: 2015-09-17 (Thu, 17 Sep 2015)
Changed paths:
M src/link.d
M src/mars.d
Log Message:
-----------
use static libphobos2.a as default
- except for OSX where -Bstatic isn't available
Commit: 44b78654956e0c7612971f842f96518d008a081a
https://github.com/D-Programming-Language/dmd/commit/44b78654956e0c7612971f842f96518d008a081a
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-09-30 (Wed, 30 Sep 2015)
Changed paths:
M src/link.d
M src/mars.d
Log Message:
-----------
Merge pull request #4975 from MartinNowak/sharedFBSD
use static libphobos2.a as default
Compare: https://github.com/D-Programming-Language/dmd/compare/0e9d1ee882f8...44b78654956e
More information about the dmd-internals
mailing list