aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-08-26 17:44:42 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-08-26 17:44:42 +0000
commit79fa061b76b9813588ce06d4b5cf64a70df29bce (patch)
tree1e420bec486f9c0cf55de4cdcc59fcb7ca92c775 /conf/distro/include
parentcedf219f704f423b219b602de22b1ea7663df189 (diff)
parentddd6d1fd26416a3766d754eeda4237a680a65520 (diff)
downloadopenembedded-79fa061b76b9813588ce06d4b5cf64a70df29bce.tar.gz
merge of '3e5c07282be03225713ccfe986e33b85e156fe00'
and '6a4cba9a5f2d744231cc63907df52f0615c8d744'
Diffstat (limited to 'conf/distro/include')
-rw-r--r--conf/distro/include/angstrom.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 9c2679aff1..7e765bd925 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -16,8 +16,8 @@ MAINTAINER = "Angstrom Developers <angstrom-dev@linuxtogo.org>"
INHERIT += "package_ipk debian multimachine"
#Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
-PREFERRED_PROVIDER_qemu-native = "qemu-qop-nogfx-native"
-ENABLE_BINARY_LOCALE_GENERATION ?= ""
+PREFERRED_PROVIDER_qemu-native = "qemu-native"
+ENABLE_BINARY_LOCALE_GENERATION ?= "1"
#Use the ARM EABI when building for an ARM cpu. We can't use overrides
@@ -32,6 +32,7 @@ TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
#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"
+CXXFLAGS += "-fvisibility-inlines-hidden"
#ARM EABI is softfloat by default, but let's make sure :)
TARGET_FPU_arm = "soft"