[Issue 1940] Phobos buildscripts do not work on x86_64

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 23 00:52:59 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=1940





------- Comment #6 from lindevel at gmx.net  2008-06-23 02:52 -------
    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.


-- 



More information about the Digitalmars-d-bugs mailing list