[phobos] [D-Programming-Language/tools] 0db189: Fix Issue 12205: update posix.mak to use local, re...
GitHub
noreply at github.com
Wed Feb 26 10:27:50 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/tools
Commit: 0db18906c8dcc5dbb13b701ed37eaec2012a2bd7
https://github.com/D-Programming-Language/tools/commit/0db18906c8dcc5dbb13b701ed37eaec2012a2bd7
Author: Joseph Rushton Wakeling <joe at webdrake.net>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M posix.mak
Log Message:
-----------
Fix Issue 12205: update posix.mak to use local, recently-built druntime and phobos.
This fixes https://d.puremagic.com/issues/show_bug.cgi?id=12205
by adding library/include paths to the locations where druntime
and phobos have been built, plus a flag to prevent/suppress
alignment errors in one of the builds.
In the event that the user wishes to build using the system dmd
instead of the locally-built ../dmd/src/dmd, this is trivial to
achieve by overriding with DMD=dmd. DFLAGS will also then be
overridden with those from the system dmd.conf.
Commit: d306f7ffde9e8d97efe5f03a55f50ba8f681352a
https://github.com/D-Programming-Language/tools/commit/d306f7ffde9e8d97efe5f03a55f50ba8f681352a
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-02-26 (Wed, 26 Feb 2014)
Changed paths:
M posix.mak
Log Message:
-----------
Merge pull request #117 from WebDrake/makefile-dflags
Fix Issue 12205: update posix.mak to use local, recently-built druntime and phobos
Compare: https://github.com/D-Programming-Language/tools/compare/a4294fa0b11b...d306f7ffde9e
More information about the phobos
mailing list