aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/klibc/klibc-1.5.23/isystem.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/klibc/klibc-1.5.23/isystem.patch')
-rw-r--r--recipes/klibc/klibc-1.5.23/isystem.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/klibc/klibc-1.5.23/isystem.patch b/recipes/klibc/klibc-1.5.23/isystem.patch
new file mode 100644
index 0000000000..6db7eb60f7
--- /dev/null
+++ b/recipes/klibc/klibc-1.5.23/isystem.patch
@@ -0,0 +1,18 @@
+Patch was imported from the OpenEmbedded git server
+(git://git.openembedded.org/openembedded)
+as of commit id 8f491bf275cf8a64d05e99f2e5b0c6c5143202b4
+Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
+
+Index: klibc-1.5.15/klcc/klcc.in
+===================================================================
+--- klibc-1.5.15.orig/klcc/klcc.in 2009-12-14 00:32:41.373661102 +0100
++++ klibc-1.5.15/klcc/klcc.in 2009-12-14 00:34:20.855735356 +0100
+@@ -147,7 +147,7 @@
+ } elsif ( $a =~ /^-([fmwWQdO]|std=|ansi|pedantic|M[GPD]|MMD)/ ) {
+ # Options to gcc
+ push(@ccopt, $a);
+- } elsif ( $a =~ /^-([DUI]|M[FQT])(.*)$/ ) {
++ } elsif ( $a =~ /^-([DUI]|M[FQT]|isystem)(.*)$/ ) {
+ # Options to gcc, which can take either a conjoined argument
+ # (-DFOO) or a disjoint argument (-D FOO)
+ push(@ccopt, $a);