summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/3.4.6/910-mbsd_multi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/patches/3.4.6/910-mbsd_multi.patch')
-rw-r--r--toolchain/gcc/patches/3.4.6/910-mbsd_multi.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/patches/3.4.6/910-mbsd_multi.patch b/toolchain/gcc/patches/3.4.6/910-mbsd_multi.patch
index 282ded139c..a1887ca6d4 100644
--- a/toolchain/gcc/patches/3.4.6/910-mbsd_multi.patch
+++ b/toolchain/gcc/patches/3.4.6/910-mbsd_multi.patch
@@ -67,7 +67,7 @@ Index: gcc-3.4.6/gcc/c-opts.c
+ 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')