glibc: clean some old build values

Signed-off-by: Stephan Raue <stephan@openelec.tv>
(cherry picked from commit 9a21636307569db469ac8f9e5875c955557a24c0)
This commit is contained in:
Stephan Raue 2016-11-15 23:49:07 +00:00 committed by MilhouseVH
parent e09c42d24c
commit f8386021bb

View File

@ -99,19 +99,16 @@ pre_configure_target() {
unset LD_LIBRARY_PATH
# set some CFLAGS we need
export CFLAGS="$CFLAGS -g -fno-stack-protector -fgnu89-inline"
export CFLAGS="$CFLAGS -g -fno-stack-protector"
export BUILD_CC=$HOST_CC
export OBJDUMP_FOR_HOST=objdump
cat >config.cache <<EOF
ac_cv_header_cpuid_h=yes
libc_cv_forced_unwind=yes
libc_cv_c_cleanup=yes
libc_cv_gnu89_inline=yes
libc_cv_ssp=no
libc_cv_ssp_strong=no
libc_cv_ctors_header=yes
libc_cv_slibdir=/lib
EOF