tools-uclibc: add -fno-stack-check for arm uClibc
See: http://lists.uclibc.org/pipermail/uclibc/2014-December/048738.html
This commit is contained in:
parent
709ba3b094
commit
06559f9d9d
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ UCLIBC_BUILD_NOEXECSTACK=y
|
|||
# Development/debugging options
|
||||
#
|
||||
CROSS_COMPILER_PREFIX=""
|
||||
UCLIBC_EXTRA_CFLAGS=""
|
||||
UCLIBC_EXTRA_CFLAGS="-fno-stack-check"
|
||||
# DODEBUG is not set
|
||||
DOSTRIP=y
|
||||
# DOASSERTS is not set
|
||||
|
|
Loading…
Add table
Reference in a new issue