Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: dev-libs/ppl-0.12 breaks gcc?
Date: Tue, 17 Apr 2012 08:14:32
Message-Id: jmj8la$a01$1@dough.gmane.org
In Reply to: Re: [gentoo-user] dev-libs/ppl-0.12 breaks gcc? by Doug Hunley
1 On 16/04/12 20:53, Doug Hunley wrote:
2 > On Mon, Apr 16, 2012 at 13:39, Michael Mol<mikemol@×××××.com> wrote:
3 >> On Mon, Apr 16, 2012 at 1:34 PM, Doug Hunley<doug.hunley@×××××.com> wrote:
4 >>> On Mon, Apr 16, 2012 at 13:20, Michael Mol<mikemol@×××××.com> wrote:
5 >>>> Are you using ccache?
6 >>>
7 >>> nope. no ccache, no distcc
8 >>
9 >> What are you using for CFLAGS?
10 >
11 > -O2 -pipe -march=native -mtune=native -mpopcnt -msahf
12 > -fomit-frame-pointer -fforce-addr -floop-interchange -floop-strip-mine
13 > -floop-block -ftree-loop-distribution -ftree-loop-linear
14
15 -ftree-loop-linear is an alias for -floop-interchange. They do the same
16 thing.