Gentoo Archives: gentoo-amd64

From: Simon Stelling <blubb@g.o>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: -fPIC - Toolchain broken?
Date: Thu, 19 Oct 2006 15:45:06
Message-Id: 45379CDC.1010504@gentoo.org
In Reply to: Re: [gentoo-amd64] Re: -fPIC - Toolchain broken? by "Conway S. Smith"
1 Conway S. Smith wrote:
2 > Also note that any CFLAGS
3 > or CXXFLAGS set in these files completely replace those in make.conf,
4 > they are not added to those in make.conf.
5
6 If you want to add instead of replace, CFLAGS="${CFLAGS} -fadded" will
7 do the job. Removing is done with CFLAGS=" ${CFLAGS}" ;
8 CFLAGS=${CFLAGS//-fremoved}
9
10 So you can do effectively anything, given you know the bash tricks ;)
11
12 --
13 Kind Regards,
14
15 Simon Stelling
16 Gentoo/AMD64 developer
17 --
18 gentoo-amd64@g.o mailing list

Replies

Subject Author
[gentoo-amd64] Re: -fPIC - Toolchain broken? Duncan <1i5t5.duncan@×××.net>