]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sat, 8 Jan 2005 01:17:47 +0000 (02:17 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 8 Jan 2005 01:17:47 +0000 (01:17 +0000)
* configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.
* configure: Regenerate.

From-SVN: r93075

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 2979ebe0d60021b314b77955fd9ce383a2c576bd..666fbfe49147a783d76853c7320d31d55d1a35fc 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.
+       * configure: Regenerate.
+
 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
 
        * c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy
index 2c000521f372947f42fc27b57296422c68054a02..7a0077b0dd2b06d69e07831bcf522f3e1a80932a 100755 (executable)
@@ -14284,7 +14284,7 @@ else
        if test x$gcc_cv_objdump != x \
        && $gcc_cv_objdump -s -j .text conftest.o 2> /dev/null \
           | grep ' 82106000 82106000' > /dev/null 2>&1; then
-        gcc_cv_as_offsetable_lo10=yes
+        gcc_cv_as_sparc_offsetable_lo10=yes
        fi
     else
       echo "configure: failed program was" >&5
index e1d5a23dc5c011ac55be712d776dbb170deaa7ee..4576f1566216b4c379e897b19bcbbab7786b8ade 100644 (file)
@@ -2653,7 +2653,7 @@ foo:
       [if test x$gcc_cv_objdump != x \
        && $gcc_cv_objdump -s -j .text conftest.o 2> /dev/null \
           | grep ' 82106000 82106000' > /dev/null 2>&1; then
-        gcc_cv_as_offsetable_lo10=yes
+        gcc_cv_as_sparc_offsetable_lo10=yes
        fi],
        [AC_DEFINE(HAVE_AS_OFFSETABLE_LO10, 1,
                 [Define if your assembler supports offsetable %lo().])])