[oe-commits] Mike Westerhof : SlugOS - enable --hash-style= gnu option for SlugOS and packages.

GIT User account git at amethyst.openembedded.net
Sat Feb 14 03:54:21 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9b5fc0cc0a1e50220c4f8a01304e38770c311853
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9b5fc0cc0a1e50220c4f8a01304e38770c311853

Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Feb 13 21:53:09 2009 -0600

SlugOS - enable --hash-style=gnu option for SlugOS and packages.

---

 conf/distro/include/slugos.inc |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 2317a05..de18291 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -92,9 +92,7 @@ FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-reg
 # We need to keep OABI compat for things like madwifi-ng.
 ARM_KEEP_OABI = "1"
 
-# We may wish to experiment with this as a further performance improvement, but
-# small steps at a time are the best strategy.
-#TARGET_LINK_HASH_STYLE = "-Wl,--hash-style=gnu"
+TARGET_LINK_HASH_STYLE = "-Wl,--hash-style=gnu"
 
 CXXFLAGS += "-fvisibility-inlines-hidden"
 





More information about the Openembedded-commits mailing list