[gentoo-user] Shifting CFLAGS In the middle of emerge -e system

2005-03-07 Thread fire-eyes
I'm about to do an emerge -e system. I have -fstack-protector in my CFLAGS. however the gcc version it would build during that time fails to build with that flag, but I want all the other things buit with -fstack-protector. Any ideas? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Shifting CFLAGS In the middle of emerge -e system

2005-03-07 Thread fire-eyes
On Mon, 2005-03-07 at 13:07 -0500, fire-eyes wrote: I'm about to do an emerge -e system. I have -fstack-protector in my CFLAGS. however the gcc version it would build during that time fails to build with that flag, but I want all the other things buit with -fstack-protector. Any ideas? Oh. By

Re: [gentoo-user] Shifting CFLAGS In the middle of emerge -e system

2005-03-07 Thread Neil Bothwick
On Mon, 07 Mar 2005 13:07:57 -0500, fire-eyes wrote: I'm about to do an emerge -e system. I have -fstack-protector in my CFLAGS. however the gcc version it would build during that time fails to build with that flag, but I want all the other things buit with -fstack-protector. Any ideas?

Re: [gentoo-user] Shifting CFLAGS In the middle of emerge -e system

2005-03-07 Thread Neil Bothwick
On Mon, 07 Mar 2005 14:11:53 -0500, fire-eyes wrote: emerge gcc first, with suitable CFLAGFS. then do emerge -e world. When it fails on gcc, do emerge --resume --skipfirst to continue with the rest of the packages. Now I was told to do emerge -e system, not emerge -e world. What I'm

Re: [gentoo-user] Shifting CFLAGS In the middle of emerge -e system

2005-03-07 Thread fire-eyes
On Mon, 2005-03-07 at 22:13 +, Neil Bothwick wrote: On Mon, 07 Mar 2005 14:11:53 -0500, fire-eyes wrote: emerge gcc first, with suitable CFLAGFS. then do emerge -e world. When it fails on gcc, do emerge --resume --skipfirst to continue with the rest of the packages. Now I was

Re: [gentoo-user] Shifting CFLAGS In the middle of emerge -e system

2005-03-07 Thread Neil Bothwick
On Mon, 07 Mar 2005 17:25:08 -0500, fire-eyes wrote: No problem. But you hit on something that I knew about, but never used, and that's resume. I assumed it wouldn't work on -e , but I tried it, and it does in fact resume. Unfortunately it is too irritating to camp out till gcc comes along,

Re: [gentoo-user] Shifting CFLAGS In the middle of emerge -e system

2005-03-07 Thread fire-eyes
On Mon, 2005-03-07 at 22:44 +, Neil Bothwick wrote: On Mon, 07 Mar 2005 17:25:08 -0500, fire-eyes wrote: No problem. But you hit on something that I knew about, but never used, and that's resume. I assumed it wouldn't work on -e , but I tried it, and it does in fact resume.