diff options
Diffstat (limited to 'profiles/default/linux/amd64/13.0/developer/make.defaults')
-rw-r--r-- | profiles/default/linux/amd64/13.0/developer/make.defaults | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/13.0/developer/make.defaults b/profiles/default/linux/amd64/13.0/developer/make.defaults new file mode 100644 index 000000000000..5a3cd942a4c0 --- /dev/null +++ b/profiles/default/linux/amd64/13.0/developer/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2013 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/amd64 dev profile +# This will help developers track packages, that don't respect LDFLAGS, down +# more effectively +LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}" |