configure.target: Change irix* to irix6.5* in target_os table.

q
2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>

	libstdc++/2064
	* configure.target: Change irix* to irix6.5* in target_os table.

From-SVN: r40141
This commit is contained in:
Benjamin Kosnik 2001-03-01 01:19:21 +00:00 committed by Benjamin Kosnik
parent e08838ac57
commit c14fe26a17
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/2064
* configure.target: Change irix* to irix6.5* in target_os table.
2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/2103

View File

@ -84,7 +84,7 @@ case "${target_os}" in
linux* | gnu*)
os_include_dir="config/os/gnu-linux"
;;
irix*)
irix6.5*)
os_include_dir="config/os/irix"
;;
netbsd*)