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]

[v3] libstdc++/2064



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


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