OSDN Git Service

q
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Mar 2001 01:19:21 +0000 (01:19 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Mar 2001 01:19:21 +0000 (01:19 +0000)
2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40141 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/configure.target

index 8036866..377f09e 100644 (file)
@@ -1,5 +1,10 @@
 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
        * include/bits/c++config (__GLIBCPP__): Bump number in
        anticipation of 2.92.
index 9d7f3a2..0b9029c 100644 (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*)