This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[libstdc++] alpha cpulimits typo


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-*-*)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]