Commit 90e3eef6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix previous commit

parent 36f43279
...@@ -259,7 +259,7 @@ case $TARGET in ...@@ -259,7 +259,7 @@ case $TARGET in
;; ;;
arm-none-linux-gnueabi) arm-none-linux-gnueabi)
if test -f /etc/maemo_version; then if test -f /etc/maemo_version; then
hint_distro maemo hint_distro maemo5
EXTRA_CFLAGS=" -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a" EXTRA_CFLAGS=" -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a"
EXTRA_CFLAGS="$EXTRA_CFLAGS -mfpu=neon -mfloat-abi=softfp" EXTRA_CFLAGS="$EXTRA_CFLAGS -mfpu=neon -mfloat-abi=softfp"
EXTRA_CFLAGS="$EXTRA_CFLAGS -O3 -fno-tree-vectorize" EXTRA_CFLAGS="$EXTRA_CFLAGS -O3 -fno-tree-vectorize"
...@@ -294,7 +294,7 @@ if test -z "${DISTRO}" -a "$TARGET" = "$BUILD"; then ...@@ -294,7 +294,7 @@ if test -z "${DISTRO}" -a "$TARGET" = "$BUILD"; then
if test -f /etc/fedora-release; then if test -f /etc/fedora-release; then
hint_distro fedora hint_distro fedora
elif test -f /etc/maemo_version; then elif test -f /etc/maemo_version; then
hint_distro maemo hint_distro maemo5
elif test -f /etc/debian_version; then elif test -f /etc/debian_version; then
# NOTE: check for Debian *after* its derivatives # NOTE: check for Debian *after* its derivatives
hint_distro debian hint_distro debian
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment