glibc: addition cflags for gcc8

This commit is contained in:
Sascha Kuehndel (InuSasha) 2018-05-03 19:51:38 +02:00
parent 58d7972dad
commit 0a4dd829a5
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

@ -89,6 +89,7 @@ pre_configure_target() {
# set some CFLAGS we need
export CFLAGS="$CFLAGS -g -fno-stack-protector"
export CFLAGS="$CFLAGS -Wno-error=stringop-truncation -Wno-error=overflow -Wno-error=format-overflow="
export BUILD_CC=$HOST_CC
export OBJDUMP_FOR_HOST=objdump