mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #2748 from antonlacon/hashstyle
build: only use gnu-style hash table in binaries
This commit is contained in:
commit
700b54c13a
@ -1,4 +1,5 @@
|
||||
GCC_OPTIM="-Os"
|
||||
# Linker hash-style is set to gnu via gcc default
|
||||
LD_OPTIM="-Wl,--as-needed"
|
||||
|
||||
if [ "${BUILD_WITH_DEBUG}" = "yes" ]; then
|
||||
|
@ -41,6 +41,7 @@ GCC_COMMON_CONFIGURE_OPTS="--target=$TARGET_NAME \
|
||||
--enable-lto \
|
||||
--enable-gold \
|
||||
--enable-ld=default \
|
||||
--with-linker-hash-style=gnu \
|
||||
--disable-multilib \
|
||||
--disable-nls \
|
||||
--enable-checking=release \
|
||||
|
Loading…
x
Reference in New Issue
Block a user