From 28831a9a671b109e49d0a4ddce00a08d734bfc97 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 26 Mar 2013 20:53:16 +0000 Subject: ARM: fix preconfigure. --- ports/ChangeLog.arm | 5 +++++ ports/sysdeps/arm/preconfigure | 2 +- ports/sysdeps/arm/preconfigure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'ports') diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm index 0156f54951..355d980ba5 100644 --- a/ports/ChangeLog.arm +++ b/ports/ChangeLog.arm @@ -1,3 +1,8 @@ +2013-03-26 Mans Rullgard + + * sysdeps/arm/preconfigure.in: Use "test" instead of [ ]. + * sysdeps/arm/preconfigure: Regenerated. + 2013-03-20 Joseph Myers * sysdeps/arm/configure.in (default-abi): Set using 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" diff --git a/ports/sysdeps/arm/preconfigure.in b/ports/sysdeps/arm/preconfigure.in index 99f21282fa..f8357955eb 100644 --- a/ports/sysdeps/arm/preconfigure.in +++ b/ports/sysdeps/arm/preconfigure.in @@ -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" -- cgit v1.2.1