NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/57721 CVS commit: [netbsd-10] src
The following reply was made to PR lib/57721; it has been noted by GNATS.
From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: Christos Zoulas <christos%zoulas.com@localhost>
Cc: gnats-bugs%netbsd.org@localhost, lib-bug-people%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: PR/57721 CVS commit: [netbsd-10] src
Date: Tue, 28 Nov 2023 22:12:59 +0000
> Date: Tue, 28 Nov 2023 09:30:03 -0500
> From: Christos Zoulas <christos%zoulas.com@localhost>
>
> Needs also the latest Makefile to fix the SSP build.
How do you provoke an SSP build error?
I tried building t_stack with USE_SSP=yes, and verified with
MAKEVERBOSE=2 that it includes `-Wstack-protector -fstack-protector'
but not `-Wno-error=stack-protector', on i386, amd64, and alpha.
Built just fine on i386 and amd64, and failed on alpha only because
-fstack-protector isn't supported.
Home |
Main Index |
Thread Index |
Old Index