summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/3.4.6/910-mbsd_multi.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-10-07 00:26:02 +0000
committerJohn Crispin <john@openwrt.org>2007-10-07 00:26:02 +0000
commitcfd0fecd47ca970b7deff63c81ad1034b80e5328 (patch)
tree66dd65f4a2a1c5831ca05cc4666e397d26354915 /toolchain/gcc/patches/3.4.6/910-mbsd_multi.patch
parent4af66e8866ff591e6fb93391e3a1204534adeddb (diff)
downloadmaster-31e0f0ae-cfd0fecd47ca970b7deff63c81ad1034b80e5328.tar.gz
master-31e0f0ae-cfd0fecd47ca970b7deff63c81ad1034b80e5328.tar.bz2
master-31e0f0ae-cfd0fecd47ca970b7deff63c81ad1034b80e5328.zip
changed the -fhonours-copts gcc patch, such that the function needs to be turned on explicitly
SVN-Revision: 9167
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')