From affb9cddc0541f27279d5a1c6350f106f574375c Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 22 Dec 2001 13:13:44 -0800 Subject: [PATCH] * configure.target (CPULIMITSH): Fix typo in alpha case. From-SVN: r48278 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/configure.target | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b58258003e8..b6a91b4d416 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-12-22 Richard Henderson + + * 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 4c39f853552..7995a4cf7c1 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-*-*) -- 2.30.2