diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-08 13:08:15 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-08 13:08:15 +0000 |
commit | 599e6d8956e14d5b156c11aaf139426bc2c04cb2 (patch) | |
tree | 73669036895f02b8444b47c90f71c8a39b0461c3 /gcc/configure.in | |
parent | 43cb6f82a9090110c66040d4f19a5e413f4d77c1 (diff) | |
download | gcc-599e6d8956e14d5b156c11aaf139426bc2c04cb2.tar.gz |
Fix aix4.1 configure problem reported by Kaven Ghazi.
* configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27428 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index e279c89ebae..c4a6e79695b 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2931,7 +2931,7 @@ changequote([,])dnl then xmake_file=rs6000/x-aix41-gld else - xmake_file=rx6000/x-aix41 + xmake_file=rs6000/x-aix41 fi float_format=none use_collect2=yes |