From 8ce7b559d0f6533bcbe154f332855426d1d7a368 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 24 Apr 2009 15:34:36 +0000 Subject: gcc: fix a segfault in the mbsd_multi patch for 4.4.0 SVN-Revision: 15394 --- toolchain/gcc/patches/4.4.0/910-mbsd_multi.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc') 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); + } + } -- cgit v1.2.3