Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] What to do with things like -fpie in CFLAGS in environment?
Date: Tue, 12 Apr 2005 17:51:59
Message-Id: 200504121352.05691.vapier@gentoo.org
In Reply to: [gentoo-dev] What to do with things like -fpie in CFLAGS in environment? by Maurice van der Pot
1 On Tuesday 12 April 2005 11:59 am, Maurice van der Pot wrote:
2 > I have the following situation:
3 > - a package (valgrind) that can be compiled with PIE and uses PIE
4 > for some purpose or other if it is supported
5 > - tests (make check) that cannot be compiled with PIE
6
7 allowing user specified tests for `make check` doesnt really make much sense
8 and in fact it's probably a better idea to prevent user CFLAGS from being
9 used during `make check`
10 -mike
11 --
12 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] What to do with things like -fpie in CFLAGS in environment? Maurice van der Pot <griffon26@g.o>