projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
changed default kernel to 2.6.28.5, it at least runs on
[openwrt.git]
/
toolchain
/
gcc
/
patches
/
4.1.2
/
910-mbsd_multi.patch
diff --git
a/toolchain/gcc/patches/4.1.2/910-mbsd_multi.patch
b/toolchain/gcc/patches/4.1.2/910-mbsd_multi.patch
index
5d06f80
..
7d21842
100644
(file)
--- a/
toolchain/gcc/patches/4.1.2/910-mbsd_multi.patch
+++ b/
toolchain/gcc/patches/4.1.2/910-mbsd_multi.patch
@@
-67,7
+67,7
@@
Index: gcc-4.1.2/gcc/c-opts.c
+ char *ev = getenv ("GCC_HONOUR_COPTS");
+ int evv;
+ if (ev == NULL)
+ char *ev = getenv ("GCC_HONOUR_COPTS");
+ int evv;
+ if (ev == NULL)
-+ evv =
0
;
++ evv =
-1
;
+ else if ((*ev == '0') || (*ev == '\0'))
+ evv = 0;
+ else if (*ev == '1')
+ else if ((*ev == '0') || (*ev == '\0'))
+ evv = 0;
+ else if (*ev == '1')
This page took
0.024854 seconds
and
4
git commands to generate.