This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[v3] libstdc++/2064
- To: gcc-patches at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Subject: [v3] libstdc++/2064
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 28 Feb 2001 17:16:45 -0800
this table selects os-optimized ctype functions. The current irix
directory only works with IRIX 6.5, so let's just use the generics for
other versions of this os.
-benjamin
2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/2064
* configure.target: Change irix* to irix6.5* in target_os table.
Index: configure.target
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/configure.target,v
retrieving revision 1.15
diff -c -p -r1.15 configure.target
*** configure.target 2001/02/28 18:42:47 1.15
--- configure.target 2001/03/01 01:15:10
*************** case "${target_os}" in
*** 84,90 ****
linux* | gnu*)
os_include_dir="config/os/gnu-linux"
;;
! irix*)
os_include_dir="config/os/irix"
;;
netbsd*)
--- 84,90 ----
linux* | gnu*)
os_include_dir="config/os/gnu-linux"
;;
! irix6.5*)
os_include_dir="config/os/irix"
;;
netbsd*)