diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-30 09:31:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-30 09:31:11 +0000 |
commit | a621a4ae2f282efbfa6da80a1dbe6a2e8ebc3aff (patch) | |
tree | 3c9706e9d45d033c6f54fd9b6bba5d48c9de2470 /conf/distro/include/angstrom-uclibc.inc | |
parent | b624964d2a574671df46b936f1a7fc2e7a779866 (diff) |
angstrom-uclibc: atler cflags to work around broken avr32 compiler
Diffstat (limited to 'conf/distro/include/angstrom-uclibc.inc')
-rw-r--r-- | conf/distro/include/angstrom-uclibc.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom-uclibc.inc b/conf/distro/include/angstrom-uclibc.inc index 59d40957d5..7e8e60d7dd 100644 --- a/conf/distro/include/angstrom-uclibc.inc +++ b/conf/distro/include/angstrom-uclibc.inc @@ -14,5 +14,10 @@ TARGET_OS = "${@['${TARGET_OS_UC}', 'uclinux-uclibc'][bb.data.getVar('TARGET_ARC #Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os" BUILD_OPTIMIZATION = "-Os" + +#Gcc will die with 'internal consistency error when using the above optimizations +FULL_OPTIMIZATION_avr32 = "" +BUILD_OPTIMIZATION_avr32 = "" + CXXFLAGS += "-fvisibility-inlines-hidden" |