aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/arm/preconfigure
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/arm/preconfigure')
-rw-r--r--ports/sysdeps/arm/preconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/arm/preconfigure b/ports/sysdeps/arm/preconfigure
index 7ba17492ee..908cd34303 100644
--- a/ports/sysdeps/arm/preconfigure
+++ b/ports/sysdeps/arm/preconfigure
@@ -10,7 +10,7 @@ arm*)
# avoid this, add -fno-unwind-tables here and remove it in
# sysdeps/unix/sysv/linux/arm/configure.in after those tests have
# been run.
- if "${CFLAGS+set}" != "set" ; then
+ if test "${CFLAGS+set}" != "set"; then
CFLAGS="-g -O2"
fi
CFLAGS="$CFLAGS -fno-unwind-tables"