[Issue 1940] Phobos buildscripts do not work on x86_64
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jun 23 07:47:53 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1940
andrei at metalanguage.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Comment #7 from andrei at metalanguage.com 2008-06-23 09:47 -------
(In reply to comment #6)
> sed -i \
> -e "s:DMD = .*:DMD = ${S}/bin/dmd:" \
> -e "s:CC = .*:CC = gcc -m32:" \
> -e "s:CFLAGS = .*:CFLAGS = ${CFLAGS}:" \
> `find . -name '*.mak' -type f`
>
> This is the sed command required to make dmd 2.015 work.
>
Why change the compiler from dmd to /bin/dmd?
--
More information about the Digitalmars-d-bugs
mailing list