Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 337744 Details for
Bug 395415
dev-lang/dmd - Digital Mars D Programming Language
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dmd-2.061-makefile.patch
dmd-2.061-makefile.patch (text/plain), 737 bytes, created by
Berthold Humkamp
on 2013-02-03 06:16:45 UTC
(
hide
)
Description:
dmd-2.061-makefile.patch
Filename:
MIME Type:
Creator:
Berthold Humkamp
Created:
2013-02-03 06:16:45 UTC
Size:
737 bytes
patch
obsolete
>The patches allow for MODEL, DMD (compiler for the library) and >DDOC (documentation generator) to be overriden on the command line. >--- src/dmd/posix.mak >+++ src/dmd/posix.mak >@@ -49,7 +49,7 @@ > TK=tk > ROOT=root > >-MODEL=32 >+MODEL?=32 > ifneq (x,x$(MODEL)) > MODEL_FLAG=-m$(MODEL) > endif >--- src/druntime/posix.mak >+++ src/druntime/posix.mak >@@ -37,7 +37,7 @@ > DOCDIR=doc > IMPDIR=import > >-MODEL=32 >+MODEL?=32 > override PIC:=$(if $(PIC),-fPIC,) > > DFLAGS=-m$(MODEL) -O -release -inline -w -Isrc -Iimport -property $(PIC) >--- src/phobos/posix.mak >+++ src/phobos/posix.mak >@@ -149,7 +149,7 @@ > endif > > # Set DDOC, the documentation generator >-DDOC=$(DMD) >+DDOC?=$(DMD) > > # Set LIB, the ultimate target > ifeq (,$(findstring win,$(OS)))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 395415
:
296485
|
296487
|
296489
|
296491
|
337742
| 337744 |
363982