Skip to content
Snippets Groups Projects
Commit 0c6f2e45 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build: cleanup

Change-Id: Id3211b7e603339317f2b24fb672512db45416a3d
parent a373e3be
No related branches found
No related tags found
No related merge requests found
......@@ -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 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment