aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom-glibc.inc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 10:30:56 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 21:46:55 +0200
commitd07c292757ed0773ef38e629642aa1aa15e786a9 (patch)
tree6c7b12f2d2463de35543c2cf6e9c59ad6c38c735 /conf/distro/include/angstrom-glibc.inc
parentaa03004ace2fabb135a6208ef8c2d2b312aa7b0b (diff)
downloadopenembedded-d07c292757ed0773ef38e629642aa1aa15e786a9.tar.gz
[commit] Allow the distribution to set the hash-style and enable it for angstrom
With binutils >= 2.17 we can use --hash-style=both and this will work with all versions of glibc. glibc >= 2.5 can take advantage of the new hash style and should give better application startup.
Diffstat (limited to 'conf/distro/include/angstrom-glibc.inc')
-rw-r--r--conf/distro/include/angstrom-glibc.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom-glibc.inc b/conf/distro/include/angstrom-glibc.inc
index 6b9348db72..2ba21b20ad 100644
--- a/conf/distro/include/angstrom-glibc.inc
+++ b/conf/distro/include/angstrom-glibc.inc
@@ -33,5 +33,8 @@ BUILD_OPTIMIZATION_pn-perl = "-O1"
BUILD_OPTIMIZATION_pn-glibc = "-O2"
BUILD_OPTIMIZATION_sparc = "-O2"
+TARGET_LINK_HASH_STYLE = "-Wl,--hash-style=gnu"
+DISTRO_PR = ".1"
+
CXXFLAGS += "-fvisibility-inlines-hidden"