Skip to content

Commit

Permalink
Removed CFLAG_LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshsondhi88 committed Sep 17, 2014
1 parent 5037e03 commit 1cd145b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions abi_settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,18 @@ case $1 in
NDK_TOOLCHAIN_ABI='arm-linux-androideabi'
NDK_CROSS_PREFIX="${NDK_TOOLCHAIN_ABI}"
CFLAGS="$CFLAGS -march=armv7-a"
CFLAGS_LIBS="$CFLAGS_LIBS -mcpu=cortex-a8 -marm -mfloat-abi=softfp"
;;
armeabi-v7a-neon)
NDK_ABI='arm'
NDK_TOOLCHAIN_ABI='arm-linux-androideabi'
NDK_CROSS_PREFIX="${NDK_TOOLCHAIN_ABI}"
CFLAGS="$CFLAGS -march=armv7-a -mfpu=neon"
CFLAGS_LIBS="$CFLAGS_LIBS -mcpu=cortex-a8 -marm -mfloat-abi=softfp -mfpu=neon"
;;
x86)
NDK_ABI='x86'
NDK_TOOLCHAIN_ABI='x86'
NDK_CROSS_PREFIX="i686-linux-android"
CFLAGS="$CFLAGS -march=i686"
CFLAGS_LIBS="$CFLAGS_LIBS -march=i686"
;;
esac

Expand Down
1 change: 0 additions & 1 deletion settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ TARGET_OS=linux
CFLAGS='-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all'
LDFLAGS='-Wl,-z,relro -Wl,-z,now -pie'

CFLAGS_LIBS="-std=gnu99"
FFMPEG_PKG_CONFIG="$(pwd)/ffmpeg-pkg-config"

0 comments on commit 1cd145b

Please sign in to comment.