Commit c14fe26a by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent e08838ac
2001-02-28 Benjamin Kosnik <bkoz@redhat.com> 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 libstdc++/2103
* include/bits/c++config (__GLIBCPP__): Bump number in * include/bits/c++config (__GLIBCPP__): Bump number in
anticipation of 2.92. anticipation of 2.92.
......
...@@ -84,7 +84,7 @@ case "${target_os}" in ...@@ -84,7 +84,7 @@ case "${target_os}" in
linux* | gnu*) linux* | gnu*)
os_include_dir="config/os/gnu-linux" os_include_dir="config/os/gnu-linux"
;; ;;
irix*) irix6.5*)
os_include_dir="config/os/irix" os_include_dir="config/os/irix"
;; ;;
netbsd*) netbsd*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment