Gentoo Archives: gentoo-user

From: Doug Hunley <doug.hunley@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dev-libs/ppl-0.12 breaks gcc?
Date: Mon, 16 Apr 2012 17:55:50
Message-Id: CALxYTP412zBcbb+91E=41q7W-OYndov09LBiW0u-=LfiHm+rqw@mail.gmail.com
In Reply to: Re: [gentoo-user] dev-libs/ppl-0.12 breaks gcc? by Michael Mol
1 On Mon, Apr 16, 2012 at 13:39, Michael Mol <mikemol@×××××.com> wrote:
2 > On Mon, Apr 16, 2012 at 1:34 PM, Doug Hunley <doug.hunley@×××××.com> wrote:
3 >> On Mon, Apr 16, 2012 at 13:20, Michael Mol <mikemol@×××××.com> wrote:
4 >>> Are you using ccache?
5 >>
6 >> nope. no ccache, no distcc
7 >
8 > What are you using for CFLAGS?
9
10 ~ $ more /etc/make.conf
11 # ---[Compiler Settings]---
12 CHOST="x86_64-pc-linux-gnu"
13 CFLAGS="-O2 -pipe -march=native -mtune=native -mpopcnt -msahf
14 -fomit-frame-pointer -fforce-addr -floop-interchange -floop-strip-mine
15 -floop-block -ftree-loop-distribution -ftree-loop-linear"
16 CXXFLAGS="${CFLAGS} -Wabi"
17 LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu,-O1 -Wl,--as-needed
18 -Wl,--sort-common -Wl,--enable-new-dtags"
19 MAKEOPTS="-j8 -l6 --quiet"
20
21 --
22 Douglas J Hunley (doug.hunley@×××××.com)
23 Twitter: @hunleyd                                               Web:
24 douglasjhunley.com
25 G+: http://goo.gl/sajR3

Replies

Subject Author
Re: [gentoo-user] dev-libs/ppl-0.12 breaks gcc? Michael Mol <mikemol@×××××.com>
[gentoo-user] Re: dev-libs/ppl-0.12 breaks gcc? Nikos Chantziaras <realnc@×××××.com>