aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-04-24 15:34:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-04-24 15:34:36 +0000
commite026459efeab7410cb0bdcf6a664b760659506fa (patch)
treee32ac8904f3cfa70fd660e9a27f13376f476ff9b /toolchain/gcc
parent70014c688b50eccd1e39238bfe4564fe7cc6696b (diff)
downloadupstream-e026459efeab7410cb0bdcf6a664b760659506fa.tar.gz
upstream-e026459efeab7410cb0bdcf6a664b760659506fa.tar.bz2
upstream-e026459efeab7410cb0bdcf6a664b760659506fa.zip
gcc: fix a segfault in the mbsd_multi patch for 4.4.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15394 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/patches/4.4.0/910-mbsd_multi.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/patches/4.4.0/910-mbsd_multi.patch b/toolchain/gcc/patches/4.4.0/910-mbsd_multi.patch
index ebd1d8f5f6..053913ea76 100644
--- a/toolchain/gcc/patches/4.4.0/910-mbsd_multi.patch
+++ b/toolchain/gcc/patches/4.4.0/910-mbsd_multi.patch
@@ -97,7 +97,7 @@
+ }
+ } else if (evv == 0) {
+ if (honour_copts != 1)
-+ inform ("someone does not honour COPTS correctly, passed %d times",
++ inform (0, "someone does not honour COPTS correctly, passed %d times",
+ honour_copts);
+ }
+ }