]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Conditionally add -fno-stack-protector to CFLAGS
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Mon, 19 May 2008 10:26:38 +0000 (12:26 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 26 Jun 2008 17:46:02 +0000 (19:46 +0200)
commit28eab0d77352b84885f938759bf2612b7bf0bc44
tree787059fef1ab2daae619d60150775ad69c657d85
parentdfd3be881c03a26e31f0dea4a42e76061fa610ac
Conditionally add -fno-stack-protector to CFLAGS

When compile-testing on powerpc, I get errors like this:

net/nfs.c:422: undefined reference to `__stack_chk_fail_local'

This seems to be because -fstack-protector is on by default, so
let's explicitly disable it on all architectures that support the
option.

The Ubuntu toolchain is affected by this problem, and according to
Mike Frysinger, Gentoo has been running with SSP enabled for years.
More and more distros are turning SSP on by default, so this problem
is likely to get worse in the future.

Also, powerpc just happens to be one of the arches I do
compile-testing on. There may be other arches affected by this too.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
config.mk