From 2cdeab0f4d372db6c9619f72737e4c6d4b1622d9 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 16 Jun 2011 14:50:28 +0100 Subject: add some DISTRO_FEATURES, adjust FULL_OPTIMIZATION --- conf/distro/micro.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index 30bf4ae..75529ca 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -18,7 +18,7 @@ DISTRO_VERSION = "${SRCDATE}" ############################################################################# # DISTRO FEATURE SELECTION ############################################################################# -DISTRO_FEATURES += "eabi ipv6 ipv4 largefile thumb-interwork xattr" +DISTRO_FEATURES += "eabi ipv6 ipv4 largefile thumb-interwork xattr ld-is-gold ${DISTRO_FEATURES_LIBC}" ############################################################################# # LIBRARY NAMES @@ -33,7 +33,7 @@ INHERIT += "debian recipe_sanity" PREFERRED_PKG_FORMAT = "ipk" IPKG_VARIANT = "opkg" -FULL_OPTIMIZATION = "-O2 -flto ${DEBUG_FLAGS}" +FULL_OPTIMIZATION = "-O2 -fexpensive-optimizations -frename-registers -fomit-frame-pointer" require conf/distro/include/sane-feed.inc require conf/distro/include/sane-feed-${PREFERRED_PKG_FORMAT}.inc @@ -100,3 +100,4 @@ LDCONFIGDEPEND = "" ONLINE_PACKAGE_MANAGEMENT = "none" DISTRO_BLUETOOTH_MANAGER = "bluez4" + -- cgit 1.2.3-korg