Re: [arch-dev-public] CFLAGS

2015-08-05 Thread Allan McRae
On 28/07/15 05:42, Jan Alexander Steffens wrote: > On Mon, Jul 27, 2015 at 6:15 AM, Allan McRae wrote: >> We have a couple of bugs open about our CFLAGS. >> >> 1) https://bugs.archlinux.org/task/44361 -Remove the no-op >> --param=ssp-buffer-size=4 switch from CFLAGS >> Since we moved from -fstack-

Re: [arch-dev-public] CFLAGS

2015-07-28 Thread Johannes Löthberg
On 27/07, Jan Alexander Steffens wrote: On Mon, Jul 27, 2015 at 6:15 AM, Allan McRae wrote: We have a couple of bugs open about our CFLAGS. 1) https://bugs.archlinux.org/task/44361 -Remove the no-op --param=ssp-buffer-size=4 switch from CFLAGS Since we moved from -fstack-protector to -fstack-p

Re: [arch-dev-public] CFLAGS

2015-07-28 Thread Daniel Micay
-fstack-check works very well on x86 and x86_64 but is quite buggy on other architectures like ARM. I'm not quite sure if that was the point being made though. signature.asc Description: OpenPGP digital signature

Re: [arch-dev-public] CFLAGS

2015-07-27 Thread Jan Alexander Steffens
On Mon, Jul 27, 2015 at 6:15 AM, Allan McRae wrote: > We have a couple of bugs open about our CFLAGS. > > 1) https://bugs.archlinux.org/task/44361 -Remove the no-op > --param=ssp-buffer-size=4 switch from CFLAGS > Since we moved from -fstack-protector to -fstack-protector-strong, this > paramater

[arch-dev-public] CFLAGS

2015-07-26 Thread Allan McRae
We have a couple of bugs open about our CFLAGS. 1) https://bugs.archlinux.org/task/44361 -Remove the no-op --param=ssp-buffer-size=4 switch from CFLAGS Since we moved from -fstack-protector to -fstack-protector-strong, this paramater is unused and can be removed. 2) https://bugs.archlinux.org/ta

Re: [arch-dev-public] CFLAGS changes with gcc-4.9

2014-04-12 Thread Allan McRae
On 12/04/14 17:52, Thomas Bächler wrote: > Am 12.04.2014 09:22, schrieb Allan McRae: >> Hi all, >> >> gcc-4.9 is due to be released on the 22nd. This brings a new stack >> protection flag, -fstack-protector-strong. See this blog post for some >> details [1]. >> >> I would like to do two things wi

Re: [arch-dev-public] CFLAGS changes with gcc-4.9

2014-04-12 Thread Thomas Bächler
Am 12.04.2014 09:22, schrieb Allan McRae: > Hi all, > > gcc-4.9 is due to be released on the 22nd. This brings a new stack > protection flag, -fstack-protector-strong. See this blog post for some > details [1]. > > I would like to do two things with the release of gcc-4.9: > 1) Add -fstack-prot

[arch-dev-public] CFLAGS changes with gcc-4.9

2014-04-12 Thread Allan McRae
Hi all, gcc-4.9 is due to be released on the 22nd. This brings a new stack protection flag, -fstack-protector-strong. See this blog post for some details [1]. I would like to do two things with the release of gcc-4.9: 1) Add -fstack-protector-strong to our CFLAGS 2) Rebuild all [core] packages