Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 165289 Details for
Bug 228583
dev-lisp/cmucl-19d_p2 src/tools/load-world.sh: line 17: build-2/lisp/lisp: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Config.linux_gencgc patch
19d-fix-CPPFLAGS.patch (text/plain), 714 bytes, created by
Stelian Ionescu
on 2008-09-12 16:58:34 UTC
(
hide
)
Description:
Config.linux_gencgc patch
Filename:
MIME Type:
Creator:
Stelian Ionescu
Created:
2008-09-12 16:58:34 UTC
Size:
714 bytes
patch
obsolete
>diff -ur cmucl.orig/src/lisp/Config.linux_gencgc cmucl/src/lisp/Config.linux_gencgc >--- cmucl.orig/src/lisp/Config.linux_gencgc 2006-07-19 04:54:31.000000000 +0200 >+++ cmucl/src/lisp/Config.linux_gencgc 2008-09-12 18:56:36.000000000 +0200 >@@ -20,7 +20,11 @@ > > RUNTIME = $(GENCGC) $(LINKAGE) > # __NO_CTYPE so builds on glibc 2.3 will run on (some) older glibc's. >+ifneq (,$(filter 2% 3%, $(shell $(CC) -dumpversion))) > CPPFLAGS = -D__NO_CTYPE -I. -I$(PATH1) -I- -I/usr/X11R6/include $(RUNTIME) >+else >+CPPFLAGS = -D__NO_CTYPE -iquote . -iquote $(PATH1) -I/usr/X11R6/include $(RUNTIME) >+endif > CFLAGS = -rdynamic -Wstrict-prototypes -Wall -g $(RUNTIME) > ASFLAGS = -g -DGENCGC -DLINKAGE_TABLE > NM = $(PATH1)/linux-nm
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 228583
:
165245
| 165289 |
209586
|
209588