[oe-commits] org.oe.dev angstrom: enable binary locale generation and add visbility stuff to cxxflags

koen commit openembedded-commits at lists.openembedded.org
Sat Aug 26 17:43:50 UTC 2006


angstrom: enable binary locale generation and add visbility stuff to cxxflags

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 6a4cba9a5f2d744231cc63907df52f0615c8d744
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6a4cba9a5f2d744231cc63907df52f0615c8d744
Files:
1
conf/distro/angstrom-2006.9.conf
conf/distro/include/angstrom.inc
Diffs:

#
# mt diff -r34964becdd90604942aa0cbe5287253c829dbfa3 -r6a4cba9a5f2d744231cc63907df52f0615c8d744
#
# 
# 
# patch "conf/distro/angstrom-2006.9.conf"
#  from [f7f53cf7a25aec802040376675c339c5eb7d8279]
#    to [cd604715321049246adbbc7436b568923a595117]
# 
# patch "conf/distro/include/angstrom.inc"
#  from [27e2cff5b724c01c24200b2ab93459975a53d1c3]
#    to [364d504fd0a3a5ca51757e7eb77b27966bcb02e0]
# 
============================================================
--- conf/distro/angstrom-2006.9.conf	f7f53cf7a25aec802040376675c339c5eb7d8279
+++ conf/distro/angstrom-2006.9.conf	cd604715321049246adbbc7436b568923a595117
@@ -32,6 +32,8 @@ SRCDATE_gnome-vfs-dbus = "20060803"
 SRCDATE_gconf-dbus = "20060719"
 SRCDATE_gnome-vfs-dbus = "20060803"
 
+PREFERRED_VERSION_qemu-native = "0.8.2"
+
 CVS_TARBALL_STASH = "\
 http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \
 http://www.oesources.org/source/current/"
============================================================
--- conf/distro/include/angstrom.inc	27e2cff5b724c01c24200b2ab93459975a53d1c3
+++ conf/distro/include/angstrom.inc	364d504fd0a3a5ca51757e7eb77b27966bcb02e0
@@ -16,8 +16,8 @@ INHERIT += "package_ipk debian multimach
 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 @@ 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"
+CXXFLAGS += "-fvisibility-inlines-hidden"
 
 #ARM EABI is softfloat by default, but let's make sure :)
 TARGET_FPU_arm = "soft"






More information about the Openembedded-commits mailing list