OSDN Git Service

* configure.target (CPULIMITSH): Fix typo in alpha case.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Dec 2001 21:13:44 +0000 (21:13 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Dec 2001 21:13:44 +0000 (21:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48278 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b582580..b6a91b4 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 4c39f85..7995a4c 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-*-*)