1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 15:37:06 +00:00

Add comment about DT_RUNPATH in Android 7

This commit is contained in:
Fredrik Fornwall 2016-10-12 18:57:22 -04:00
parent 6097e55733
commit 34317fac89

View File

@ -599,6 +599,9 @@ export STRIP=$TERMUX_HOST_PLATFORM-strip
export CFLAGS="$_SPECSFLAG"
export LDFLAGS="$_SPECSFLAG -L${TERMUX_PREFIX}/lib"
# Android 7 started to support DT_RUNPATH (but not DT_RPATH), so we may want
# "-Wl,-rpath=$TERMUX_PREFIX/lib -Wl,--enable-new-dtags" here in the future
# - and no longer remove DT_RUNPATH in termux-elf-cleaner.
if [ "$TERMUX_ARCH" = "arm" ]; then
CFLAGS+=" -march=armv7-a -mfpu=neon -mfloat-abi=softfp"