From: nbd Date: Fri, 24 Apr 2009 15:34:36 +0000 (+0000) Subject: gcc: fix a segfault in the mbsd_multi patch for 4.4.0 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=inline;h=7129975a9b7b9d1e261631ed539cee1d05d6ccfa;p=openwrt-10.03%2F.git 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 --- 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 ebd1d8f5f..053913ea7 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); + } + }