[libstdc++] alpha cpulimits typo

Richard Henderson rth@redhat.com
Sat Dec 22 13:16:00 GMT 2001


Shown by

   FAIL: 18_support/numeric_limits.cc execution test

when configured for alphaev6-linux.


r~


        * configure.target (CPULIMITSH): Fix typo in alpha case.

Index: configure.target
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/configure.target,v
retrieving revision 1.34
diff -c -p -d -u -r1.34 configure.target
--- configure.target	2001/12/22 00:32:47	1.34
+++ configure.target	2001/12/22 21:11:58
@@ -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-*-*)



More information about the Libstdc++ mailing list