aboutsummaryrefslogtreecommitdiffstats
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
commit8ce7b559d0f6533bcbe154f332855426d1d7a368 (patch)
treec7e3bdf6b2c09ff2617f45dea37c086fb6b47cf1
parent8358a353ffd0d6bfc40b4193e6025de7918a8b69 (diff)
downloadupstream-8ce7b559d0f6533bcbe154f332855426d1d7a368.tar.gz
upstream-8ce7b559d0f6533bcbe154f332855426d1d7a368.tar.bz2
upstream-8ce7b559d0f6533bcbe154f332855426d1d7a368.zip
gcc: fix a segfault in the mbsd_multi patch for 4.4.0
SVN-Revision: 15394
-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);
+ }
+ }