Gentoo Archives: gentoo-amd64

From: Peter Humphrey <prh@××××××××××.uk>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: vectorization (was: gcc4 CFLAGS)
Date: Wed, 20 Sep 2006 11:28:24
Message-Id: 200609201126.35314.prh@gotadsl.co.uk
In Reply to: [gentoo-amd64] Re: vectorization (was: gcc4 CFLAGS) by Duncan <1i5t5.duncan@cox.net>
1 On Tuesday 19 September 2006 14:13, Duncan wrote:
2
3 > Meanwhile, I stumbled across my first failure with -combine. The latest
4 > (~amd64) logrotate ebuild (logrotate-3.7.2) fails with it, in the compile
5 > phase of course, with an error to the effect of too many files passed to
6 > cc1 or some such. I don't know enough about gcc to know what that means
7 > in terms of gcc module, but I do know removing -combine from CFLAGS
8 > allowed it to merge just fine.
9
10 Well, on this
11 box, /var/log/portage/app-admin:logrotate-3.7.2:20060919-130412.log has the
12 following first three lines:
13
14 * Filtering out invalid CFLAG "-combine"
15 * Filtering out invalid CFLAG "-ftree-pre"
16 * Filtering out invalid CXXFLAG "-ftree-pre"
17
18 So it seems the system is working just nicely here.
19
20 --
21 Rgds
22 Peter
23 --
24 gentoo-amd64@g.o mailing list

Replies

Subject Author
[gentoo-amd64] Re: vectorization (was: gcc4 CFLAGS) Duncan <1i5t5.duncan@×××.net>