From: Richard Henderson Date: Sat, 22 Dec 2001 21:13:44 +0000 (-0800) Subject: * configure.target (CPULIMITSH): Fix typo in alpha case. X-Git-Tag: prereleases/libstdc++-3.0.96~906 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=affb9cddc0541f27279d5a1c6350f106f574375c;p=thirdparty%2Fgcc.git * configure.target (CPULIMITSH): Fix typo in alpha case. From-SVN: r48278 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b58258003e88..b6a91b4d416f 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 4c39f8535529..7995a4cf7c1a 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-*-*)