diff options
author | Koen Kooi <koen@openembedded.org> | 2008-01-23 10:55:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-01-23 10:55:05 +0000 |
commit | 1f3a0258e6e34ba036e057b5cd93f085c80f7147 (patch) | |
tree | c09da08377cea0f132d811e6cc16fb68a379f67c /conf/distro/include | |
parent | 80ed869c73abee32442ead36dec94b4b84020a97 (diff) | |
parent | f0d173cd5077621891f8298dc259476c72719bc0 (diff) |
propagate from branch 'org.openembedded.dev' (head 558d7f8556530ca23dc6e4b7d687d6727d3a7397)
to branch 'org.openembedded.dev.avr32' (head d7597829fe950aa86acdfe521d11843d7277261c)
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/angstrom-uclibc.inc | 5 | ||||
-rw-r--r-- | conf/distro/include/angstrom.inc | 2 |
2 files changed, 7 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" diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index aff3ba90d1..fe216800c3 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -50,6 +50,8 @@ TARGET_FPU_arm ?= "soft" TARGET_FPU_armeb ?= "soft" TARGET_FPU_ixp4xx ?= "soft" +TARGET_FPU_dht-walnut ?= "soft" + #Set the right arch for the feeds #Alphabetically sorted |