mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:00:37 +02:00
gcc: disable extension elimination, it causes hostapd to be miscompiled on mips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25834 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b1db5421de
commit
ab7967640b
@ -0,0 +1,11 @@
|
||||
--- a/gcc/opts.c
|
||||
+++ b/gcc/opts.c
|
||||
@@ -906,7 +906,7 @@ decode_options (unsigned int argc, const
|
||||
flag_tree_if_to_switch_conversion = opt2;
|
||||
flag_ipa_cp = opt2;
|
||||
flag_ipa_sra = opt2;
|
||||
- flag_ee = opt2;
|
||||
+ flag_ee = 0;
|
||||
|
||||
/* Track fields in field-sensitive alias analysis. */
|
||||
set_param_value ("max-fields-for-field-sensitive",
|
Loading…
Reference in New Issue
Block a user