From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 16 Jan 2019 14:25:29 +0100 Subject: [Buildroot] [PATCH v2 1/7] tpm2-tss: do not enforce -fstack-protector-all In-Reply-To: <20190115101522.21042-1-peter@korsgaard.com> (Peter Korsgaard's message of "Tue, 15 Jan 2019 11:15:16 +0100") References: <20190115101522.21042-1-peter@korsgaard.com> Message-ID: <87ef9cenue.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Peter" == Peter Korsgaard writes: > Stack protection is now controlled buildroot wide with the BR2_SSP_* > options, so disable the explicit -fstack-protector-all so the SSP logic in > the toolchain wrapper is used instead. > Signed-off-by: Peter Korsgaard Committed, thanks. -- Bye, Peter Korsgaard