diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-24 15:34:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-24 15:34:36 +0000 |
commit | 8ce7b559d0f6533bcbe154f332855426d1d7a368 (patch) | |
tree | c7e3bdf6b2c09ff2617f45dea37c086fb6b47cf1 /toolchain/gcc | |
parent | 8358a353ffd0d6bfc40b4193e6025de7918a8b69 (diff) | |
download | upstream-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
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/patches/4.4.0/910-mbsd_multi.patch | 2 |
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); + } + } |