diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2009-06-01 09:19:40 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2009-06-01 09:19:40 +0000 |
commit | af2cc1daf648f555e7a657f520ff972f6df1dfaa (patch) | |
tree | 5761f5040805e097416c87a2b07799d610028d54 | |
parent | 590f3042fbc14e07d7f4b5722208004647757221 (diff) | |
download | upstream-af2cc1daf648f555e7a657f520ff972f6df1dfaa.tar.gz upstream-af2cc1daf648f555e7a657f520ff972f6df1dfaa.tar.bz2 upstream-af2cc1daf648f555e7a657f520ff972f6df1dfaa.zip |
enable optimize for size, avoid to trigger gcc bug #36482
SVN-Revision: 16244
-rw-r--r-- | target/linux/etrax/config-2.6.30 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/etrax/config-2.6.30 b/target/linux/etrax/config-2.6.30 index ab9a9627bd..599678b6cf 100644 --- a/target/linux/etrax/config-2.6.30 +++ b/target/linux/etrax/config-2.6.30 @@ -6,6 +6,7 @@ CONFIG_BITREVERSE=y # CONFIG_BLK_DEV_INITRD is not set CONFIG_BOUNCE=y # CONFIG_BRIDGE is not set +CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CRIS=y # CONFIG_CRIS_MACH_ARTPEC3 is not set # CONFIG_ETRAX100LX is not set |