aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/slugos.inc
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2009-02-13 21:53:09 -0600
committerMike Westerhof <mwester@dls.net>2009-02-13 21:53:09 -0600
commit9b5fc0cc0a1e50220c4f8a01304e38770c311853 (patch)
tree40d7295ec761a05858909a1b608ebf2755e29398 /conf/distro/include/slugos.inc
parente198c4d32abf6187d730d3bffc8a87abdfa395f5 (diff)
downloadopenembedded-9b5fc0cc0a1e50220c4f8a01304e38770c311853.tar.gz
SlugOS - enable --hash-style=gnu option for SlugOS and packages.
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r--conf/distro/include/slugos.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 2317a059aa..de18291f88 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"