Gentoo Archives: gentoo-dev

From: Jeremy Olexa <darkside@g.o>
To: gentoo-dev@l.g.o, ssuominen@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
Date: Mon, 12 Jul 2010 04:53:38
Message-Id: 4C3A9FB3.8070501@gentoo.org
1 On 07/11/2010 02:50 PM, Samuli Suominen (ssuominen) wrote:
2 > -LDFLAGS="-Wl,-O1"
3 > +LDFLAGS="-Wl,-O1 ${LDFLAGS}"
4
5 My existing, custom, entry for LDFLAGS breaks with this change. Not nice.
6
7 %% grep LDFLAGS /etc/make.conf
8 LDFLAGS="${LDFLAGS},--hash-style=gnu -Wl,--as-needed"
9
10 -Jeremy

Replies