summaryrefslogtreecommitdiff
path: root/recipes/klibc/klibc-1.5.20/isystem.patch
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-09-13 01:08:27 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-09-13 01:11:45 +0200
commitb9bcb18a4435491bad5cd76ecf26a857b2f40800 (patch)
tree6dd769a87019cb26ebe6471da8bfa5d484ddaaa7 /recipes/klibc/klibc-1.5.20/isystem.patch
parent67995a2671f08f07a1fb03e52945908c05d2fa5b (diff)
klibc: bump to 1.5.20
* still some doubt about klcc-cross packaging, triggering * NOTE: the following files were installed but not shipped in any package: * staging-klcc-cross seems sane, though.
Diffstat (limited to 'recipes/klibc/klibc-1.5.20/isystem.patch')
-rw-r--r--recipes/klibc/klibc-1.5.20/isystem.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/klibc/klibc-1.5.20/isystem.patch b/recipes/klibc/klibc-1.5.20/isystem.patch
new file mode 100644
index 0000000000..ccdf9ed92d
--- /dev/null
+++ b/recipes/klibc/klibc-1.5.20/isystem.patch
@@ -0,0 +1,13 @@
+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);