From 0c6f2e453f378d3ffd474121c35a1353bea77cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Wed, 12 Dec 2018 15:05:55 -0500 Subject: [PATCH] build: cleanup Change-Id: Id3211b7e603339317f2b24fb672512db45416a3d --- configure.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.sh b/configure.sh index a29765ccf..9560b9074 100755 --- a/configure.sh +++ b/configure.sh @@ -21,12 +21,6 @@ if [ -z "$ANDROID_API" ];then exit 1 fi -if [ -n "$HAVE_ARM" ]; then - if [ ${ANDROID_ABI} = "armeabi-v7a" ]; then - LDFLAGS="$LDFLAGS -Wl,--fix-cortex-a8" - fi -fi - CPPFLAGS="-I${RING_SRC_DIR}/contrib/${TARGET_TUPLE}/include " LDFLAGS="$LDFLAGS -L${RING_SRC_DIR}/contrib/${TARGET_TUPLE}/lib " -- GitLab