]> 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:20:19 +0000 (02:20 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 8 Jan 2005 01:20:19 +0000 (01:20 +0000)
* configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.
* configure: Regenerate.

From-SVN: r93076

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 07287b16d4ae8ab784e507d2ef831f4c7c8dfe8e..adb1ed236ca99d717f8dc2ad4ce6d1ff71975b20 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 1d3cc0e513346a14821ed16ac595b9f352cfe67e..bd8a927d528b0abb9b33788361308a4e860e2775 100755 (executable)
@@ -11315,7 +11315,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 89edf64bc01f57f8174b0f35644299a6c1970eae..37f2dee5dbe9e6c124b42bdbf94ca65da78b108d 100644 (file)
@@ -2403,7 +2403,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().])])