Fixing my bash scripting of the previous commit

This commit is contained in:
Lluís Batlle i Rossell 2012-12-07 17:05:12 +00:00
parent 43fc5ae7cf
commit b520b4aeee

View file

@ -75,7 +75,7 @@ if test "$noSysDirs" = "1"; then
fi
else
if test -z "$NIX_GCC_CROSS"; then
if $system == "armv6l-linux"; then
if [ $system == "armv6l-linux" ]; then
EXTRA_TARGET_CFLAGS="-mcpu=armv6 -mfpu=vfp -mhard-float -marm $EXTRA_FLAGS"
else
EXTRA_TARGET_CFLAGS="$EXTRA_FLAGS"