mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
glibc: clean some old build values
Signed-off-by: Stephan Raue <stephan@openelec.tv> (cherry picked from commit 9a21636307569db469ac8f9e5875c955557a24c0)
This commit is contained in:
parent
e09c42d24c
commit
f8386021bb
@ -99,19 +99,16 @@ pre_configure_target() {
|
|||||||
unset LD_LIBRARY_PATH
|
unset LD_LIBRARY_PATH
|
||||||
|
|
||||||
# set some CFLAGS we need
|
# 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 BUILD_CC=$HOST_CC
|
||||||
export OBJDUMP_FOR_HOST=objdump
|
export OBJDUMP_FOR_HOST=objdump
|
||||||
|
|
||||||
cat >config.cache <<EOF
|
cat >config.cache <<EOF
|
||||||
ac_cv_header_cpuid_h=yes
|
|
||||||
libc_cv_forced_unwind=yes
|
libc_cv_forced_unwind=yes
|
||||||
libc_cv_c_cleanup=yes
|
libc_cv_c_cleanup=yes
|
||||||
libc_cv_gnu89_inline=yes
|
|
||||||
libc_cv_ssp=no
|
libc_cv_ssp=no
|
||||||
libc_cv_ssp_strong=no
|
libc_cv_ssp_strong=no
|
||||||
libc_cv_ctors_header=yes
|
|
||||||
libc_cv_slibdir=/lib
|
libc_cv_slibdir=/lib
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user