[oe-commits] unknown angstrom-uclibc: atler cflags to work around broken avr32 compiler

koen commit openembedded-commits at lists.openembedded.org
Wed Jan 23 18:04:15 UTC 2008


angstrom-uclibc: atler cflags to work around broken avr32 compiler

Author: koen at openembedded.org
Branch: unknown
Revision: f1af8a59e078436ab2999eef666d653dd9d4ed05
ViewMTN: http://monotone.openembedded.org/revision/info/f1af8a59e078436ab2999eef666d653dd9d4ed05
Files:
1
conf/distro/include/angstrom-uclibc.inc
Diffs:

#
# mt diff -r08ab9a86ac90e0d1f19c4281c935da437b1449f4 -rf1af8a59e078436ab2999eef666d653dd9d4ed05
#
# 
# 
# patch "conf/distro/include/angstrom-uclibc.inc"
#  from [acd77cb1b7ff38f08af7ea0f756e371ee8730a48]
#    to [bd467a8983d81901f98163052c0537bbf2909f15]
# 
============================================================
--- conf/distro/include/angstrom-uclibc.inc	acd77cb1b7ff38f08af7ea0f756e371ee8730a48
+++ conf/distro/include/angstrom-uclibc.inc	bd467a8983d81901f98163052c0537bbf2909f15
@@ -14,5 +14,10 @@ BUILD_OPTIMIZATION = "-Os"
 #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"
 






More information about the Openembedded-commits mailing list