Fixing my bash scripting of the previous commit
This commit is contained in:
parent
43fc5ae7cf
commit
b520b4aeee
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user