Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 395415 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- src/dmd/posix.mak
0
++ src/dmd/posix.mak
Lines 49-55 Link Here
49
TK=tk
49
TK=tk
50
ROOT=root
50
ROOT=root
51
51
52
MODEL=32
52
MODEL?=32
53
ifneq (x,x$(MODEL))
53
ifneq (x,x$(MODEL))
54
    MODEL_FLAG=-m$(MODEL)
54
    MODEL_FLAG=-m$(MODEL)
55
endif
55
endif
56
-- src/druntime/posix.mak
56
++ src/druntime/posix.mak
Lines 37-43 Link Here
37
DOCDIR=doc
37
DOCDIR=doc
38
IMPDIR=import
38
IMPDIR=import
39
39
40
MODEL=32
40
MODEL?=32
41
override PIC:=$(if $(PIC),-fPIC,)
41
override PIC:=$(if $(PIC),-fPIC,)
42
42
43
DFLAGS=-m$(MODEL) -O -release -inline -w -Isrc -Iimport -property $(PIC)
43
DFLAGS=-m$(MODEL) -O -release -inline -w -Isrc -Iimport -property $(PIC)
44
-- src/phobos/posix.mak
44
++ src/phobos/posix.mak
Lines 149-155 Link Here
149
endif
149
endif
150
150
151
# Set DDOC, the documentation generator
151
# Set DDOC, the documentation generator
152
DDOC=$(DMD)
152
DDOC?=$(DMD)
153
153
154
# Set LIB, the ultimate target
154
# Set LIB, the ultimate target
155
ifeq (,$(findstring win,$(OS)))
155
ifeq (,$(findstring win,$(OS)))

Return to bug 395415