Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 171488 Details for
Bug 246447
app-emulation/spim-7.3-r1: updated ebuild, EAPI 2, fixes several bugs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Support FEATURES=nostrip by not using 'install -s'.
spim-7.3-nostrip.patch (text/plain), 454 bytes, created by
Colin Bennett
on 2008-11-12 00:33:00 UTC
(
hide
)
Description:
Support FEATURES=nostrip by not using 'install -s'.
Filename:
MIME Type:
Creator:
Colin Bennett
Created:
2008-11-12 00:33:00 UTC
Size:
454 bytes
patch
obsolete
>To allow the Gentoo 'nostrip' FEATURES option to work, don't use 'install -s'. > >=== modified file 'spim/Makefile' >--- spim/Makefile 2008-11-11 23:13:07 +0000 >+++ spim/Makefile 2008-11-11 23:15:55 +0000 >@@ -174,7 +174,7 @@ > rm -f spim spim.exe *.o TAGS test.out lex.yy.c y.tab.c y.tab.h y.output > > install: spim >- install -c -s spim $(BIN_DIR) >+ install -c spim $(BIN_DIR) > install -c -m 0444 $(CPU_DIR)/exceptions.s $(EXCEPTION_DIR) > > install-man: >
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 246447
:
171485
|
171487
| 171488 |
171490