SOURCES: klibc-klcc.patch - use -idirafter, so -I takes precedence...
qboosh
qboosh at pld-linux.org
Sun Dec 16 23:45:57 CET 2007
Author: qboosh Date: Sun Dec 16 22:45:57 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use -idirafter, so -I takes precedence over system includes
---- Files affected:
SOURCES:
klibc-klcc.patch (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SOURCES/klibc-klcc.patch
diff -u SOURCES/klibc-klcc.patch:1.6 SOURCES/klibc-klcc.patch:1.7
--- SOURCES/klibc-klcc.patch:1.6 Mon May 15 15:12:38 2006
+++ SOURCES/klibc-klcc.patch Sun Dec 16 23:45:52 2007
@@ -26,9 +26,9 @@
- at includes = ("-I${prefix}/${KCROSS}include/arch/${ARCH}",
- "-I${prefix}/${KCROSS}include/bits${BITSIZE}",
- "-I${prefix}/${KCROSS}include");
-+ at includes = ("-I${includedir}/arch/${ARCH}",
-+ "-I${includedir}/bits${BITSIZE}",
-+ "-I${includedir}");
++ at includes = ("-idirafter", "${includedir}/arch/${ARCH}",
++ "-idirafter", "${includedir}/bits${BITSIZE}",
++ "-idirafter", "${includedir}");
# Default optimization options (for compiles without -g)
@optopt = @OPTFLAGS;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/klibc-klcc.patch?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list