mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-27 06:44:12 +08:00
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:
parent
e08838ac57
commit
c14fe26a17
@ -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
|
||||
|
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user