summaryrefslogtreecommitdiff
path: root/profiles/default/linux/x86/13.0/developer/make.defaults
blob: 79e030eb8d8ea702749e5c5c5dc41902c7828df7 (plain)
1
2
3
4
5
6
7
# Copyright 1999-2013 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2

# 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}"