diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-08-15 07:29:22 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-08-15 07:29:22 +0000 |
commit | 69ae5301b39b0eaabcb700031424eaa47b23f14f (patch) | |
tree | d36b76ddcd84983bd55885bd3f44ab769da2ac85 /profiles/default | |
parent | Version bump (diff) | |
download | gentoo-2-69ae5301b39b0eaabcb700031424eaa47b23f14f.tar.gz gentoo-2-69ae5301b39b0eaabcb700031424eaa47b23f14f.tar.bz2 gentoo-2-69ae5301b39b0eaabcb700031424eaa47b23f14f.zip |
added gnu hash style to LDFLAGS for x86 developer profile, so not-respected LDFLAGS are found more easily
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/x86/10.0/developer/make.defaults | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/default/linux/x86/10.0/developer/make.defaults b/profiles/default/linux/x86/10.0/developer/make.defaults new file mode 100644 index 000000000000..8e3ed3085a25 --- /dev/null +++ b/profiles/default/linux/x86/10.0/developer/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2010 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/10.0/developer/make.defaults,v 1.1 2010/08/15 07:29:22 fauli Exp $ + +# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/x86 dev profile +# This will help developers track down packages, that don't respect LDFLAGS, +# more easily +LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}" |