]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* configure.target (CPULIMITSH): Fix typo in alpha case.
authorRichard Henderson <rth@redhat.com>
Sat, 22 Dec 2001 21:13:44 +0000 (13:13 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 22 Dec 2001 21:13:44 +0000 (13:13 -0800)
From-SVN: r48278

libstdc++-v3/ChangeLog
libstdc++-v3/configure.target

index b58258003e888adef66e3efc9c8249eb430e57de..b6a91b4d416f30e1538edbf61460c1a347b0ae51 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-22  Richard Henderson  <rth@redhat.com>
+
+       * configure.target (CPULIMITSH): Fix typo in alpha case.
+
 Sat Dec 22 09:52:41 2001  Jeffrey A Law  (law@redhat.com)
 
         * config/os/hpux/bits/os_defines.h: Update to avoid #defines
index 4c39f8535529818b86d8a71d0fae2ad0a99c216a..7995a4cf7c1a82c52327933c9cef1ddfa3a010d4 100644 (file)
@@ -138,7 +138,7 @@ esac
 # cpu_limits.h can be found.
 # THIS TABLE IS SORTED.  KEEP IT THAT WAY.
 case "${target}" in
-   alpha-*-*)
+   alpha*-*-*)
      CPULIMITSH=config/cpu/alpha
      ;;
    cris-*-*)