gcc: fix a segfault in the mbsd_multi patch for 4.4.0
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 24 Apr 2009 15:34:36 +0000 (15:34 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 24 Apr 2009 15:34:36 +0000 (15:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15394 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/gcc/patches/4.4.0/910-mbsd_multi.patch

index ebd1d8f5f6975c6c8ead48c31b8eb9c3a0b3291d..053913ea761daeb3939a5ee2a78c574e2d7185ca 100644 (file)
@@ -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);
 +    }
 +  }