]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ARM: fix preconfigure.
authorMans Rullgard <mans@mansr.com>
Tue, 26 Mar 2013 20:53:16 +0000 (20:53 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 26 Mar 2013 20:53:16 +0000 (20:53 +0000)
ports/ChangeLog.arm
ports/sysdeps/arm/preconfigure
ports/sysdeps/arm/preconfigure.in

index 0156f549518681a09fd8facebb1737e17360df25..355d980ba59069ced18984ea40d0c83e86a9b165 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-26  Mans Rullgard  <mans@mansr.com>
+
+       * sysdeps/arm/preconfigure.in: Use "test" instead of [ ].
+       * sysdeps/arm/preconfigure: Regenerated.
+
 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/arm/configure.in (default-abi): Set using
index 7ba17492ee6b4e7d6f2574efb6c0bc2b5d883454..908cd343038a042f3933c967be25e4d3e5be336b 100644 (file)
@@ -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"
index 99f21282fa3e517c7c77b1d51b7c0add04faae4d..f8357955eb19b58071809e53e8b248306d8450b6 100644 (file)
@@ -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"