diff options
author | Richard Henderson <rth@redhat.com> | 2001-12-22 13:13:44 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-12-22 13:13:44 -0800 |
commit | affb9cddc0541f27279d5a1c6350f106f574375c (patch) | |
tree | a0dab28c0028ca76d5ee04970ba55b02a3bba637 | |
parent | ba1e6c0b0531be420cd1863958bb5c6578f7cb9b (diff) | |
download | gcc-affb9cddc0541f27279d5a1c6350f106f574375c.zip gcc-affb9cddc0541f27279d5a1c6350f106f574375c.tar.gz gcc-affb9cddc0541f27279d5a1c6350f106f574375c.tar.bz2 |
* configure.target (CPULIMITSH): Fix typo in alpha case.
From-SVN: r48278
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/configure.target | 2 |
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-*-*) |