[gentoo-user] temporarily lower gcc's optimization flags - HowTo

2008-06-18 Thread Helmut Jarausch
Hi, due to a bug with gcc-4.3.1 when used with -O2 or higher I need to emerge a package with a lower optimization (-O1) than my default in /etc/make.conf (which is -O2) Is there a means to do so without changing /etc/make.conf temporarily? Many thanks for a hint, Helmut Jarausch Lehrstuhl

Re: [gentoo-user] temporarily lower gcc's optimization flags - HowTo

2008-06-18 Thread Justin
Helmut Jarausch schrieb: Hi, due to a bug with gcc-4.3.1 when used with -O2 or higher I need to emerge a package with a lower optimization (-O1) than my default in /etc/make.conf (which is -O2) Is there a means to do so without changing /etc/make.conf temporarily? Many thanks for a hint,

Re: [gentoo-user] temporarily lower gcc's optimization flags - HowTo

2008-06-18 Thread Volker Armin Hemmann
On Wednesday 18 June 2008, Helmut Jarausch wrote: Hi, due to a bug with gcc-4.3.1 when used with -O2 or higher I need to emerge a package with a lower optimization (-O1) than my default in /etc/make.conf (which is -O2) Is there a means to do so without changing /etc/make.conf temporarily?

Re: [gentoo-user] temporarily lower gcc's optimization flags - HowTo

2008-06-18 Thread Justin
Volker Armin Hemmann schrieb: On Wednesday 18 June 2008, Helmut Jarausch wrote: Hi, due to a bug with gcc-4.3.1 when used with -O2 or higher I need to emerge a package with a lower optimization (-O1) than my default in /etc/make.conf (which is -O2) Is there a means to do so without

Re: [gentoo-user] temporarily lower gcc's optimization flags - HowTo

2008-06-18 Thread Florian Philipp
On Wed, 18 Jun 2008 18:20:52 +0200 (CEST) Helmut Jarausch [EMAIL PROTECTED] wrote: Hi, due to a bug with gcc-4.3.1 when used with -O2 or higher I need to emerge a package with a lower optimization (-O1) than my default in /etc/make.conf (which is -O2) Is there a means to do so without

Re: [gentoo-user] temporarily lower gcc's optimization flags - HowTo

2008-06-18 Thread Volker Armin Hemmann
On Wednesday 18 June 2008, Justin wrote: First he only wants to reduce his CFLAGS and second as discussed it is more easy to use EXTRA_ECONF variable to expand configure stuff. and filter-flags does exaclty that - filter and replaces flags. -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] temporarily lower gcc's optimization flags - HowTo

2008-06-18 Thread Alan McKinnon
On Wednesday 18 June 2008, Florian Philipp wrote: On Wed, 18 Jun 2008 18:20:52 +0200 (CEST) Helmut Jarausch [EMAIL PROTECTED] wrote: Hi, due to a bug with gcc-4.3.1 when used with -O2 or higher I need to emerge a package with a lower optimization (-O1) than my default in

Re: [gentoo-user] temporarily lower gcc's optimization flags - HowTo

2008-06-18 Thread William Kenworthy
CFLAGS='-MY_OTHER_FLAGS -O1' emerge package ??? BillK On Wed, 2008-06-18 at 19:46 +0200, Volker Armin Hemmann wrote: On Wednesday 18 June 2008, Helmut Jarausch wrote: Hi, due to a bug with gcc-4.3.1 when used with -O2 or higher I need to emerge a package with a lower optimization (-O1)