aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/configure.target2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b582580..b6a91b4 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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
diff --git a/libstdc++-v3/configure.target b/libstdc++-v3/configure.target
index 4c39f85..7995a4c 100644
--- a/libstdc++-v3/configure.target
+++ b/libstdc++-v3/configure.target
@@ -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-*-*)