projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8358a35
)
gcc: fix a segfault in the mbsd_multi patch for 4.4.0
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 24 Apr 2009 15:34:36 +0000
(15:34 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 24 Apr 2009 15:34:36 +0000
(15:34 +0000)
SVN-Revision: 15394
toolchain/gcc/patches/4.4.0/910-mbsd_multi.patch
patch
|
blob
|
history
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 ebd1d8f5f6975c6c8ead48c31b8eb9c3a0b3291d..053913ea761daeb3939a5ee2a78c574e2d7185ca 100644
(file)
--- 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);
+ }
+ }