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

Collapse All | Expand All

(-)cmucl.orig/src/lisp/Config.linux_gencgc (+4 lines)
Lines 20-26 Link Here
20
20
21
RUNTIME = $(GENCGC) $(LINKAGE)
21
RUNTIME = $(GENCGC) $(LINKAGE)
22
# __NO_CTYPE so builds on glibc 2.3 will run on (some) older glibc's.
22
# __NO_CTYPE so builds on glibc 2.3 will run on (some) older glibc's.
23
ifneq (,$(filter 2% 3%, $(shell $(CC) -dumpversion)))
23
CPPFLAGS = -D__NO_CTYPE -I. -I$(PATH1) -I- -I/usr/X11R6/include $(RUNTIME)
24
CPPFLAGS = -D__NO_CTYPE -I. -I$(PATH1) -I- -I/usr/X11R6/include $(RUNTIME)
25
else
26
CPPFLAGS = -D__NO_CTYPE -iquote . -iquote $(PATH1) -I/usr/X11R6/include $(RUNTIME)
27
endif
24
CFLAGS = -rdynamic -Wstrict-prototypes -Wall -g $(RUNTIME)
28
CFLAGS = -rdynamic -Wstrict-prototypes -Wall -g $(RUNTIME)
25
ASFLAGS = -g -DGENCGC -DLINKAGE_TABLE
29
ASFLAGS = -g -DGENCGC -DLINKAGE_TABLE
26
NM = $(PATH1)/linux-nm
30
NM = $(PATH1)/linux-nm

Return to bug 228583