Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 296487 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-1.066-makefile.patch
dmd-1.066-makefile.patch (text/plain), 454 bytes, created by
Julian Ospald
on 2011-12-20 22:07:07 UTC
(
hide
)
Description:
dmd-1.066-makefile.patch
Filename:
MIME Type:
Creator:
Julian Ospald
Created:
2011-12-20 22:07:07 UTC
Size:
454 bytes
patch
obsolete
>--- dmd/linux.mak.old 2010-12-17 19:11:16.000000000 +0100 >+++ dmd/linux.mak 2011-12-20 22:00:25.498065757 +0100 >@@ -5,7 +5,7 @@ > > MODEL=-m32 > >-CC=g++ $(MODEL) >+CC=g++ -lm $(MODEL) > > #OPT=-g -g3 > #OPT=-O2 >@@ -94,7 +94,7 @@ > all: dmd > > dmd: $(DMD_OBJS) >- gcc $(MODEL) -lstdc++ -lpthread $(COV) $(DMD_OBJS) -o dmd >+ gcc $(MODEL) -lstdc++ -lpthread -lm $(COV) $(DMD_OBJS) -o dmd > > clean: > rm -f $(DMD_OBJS) dmd optab.o id.o impcnvgen idgen id.c id.h \
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