diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-26 15:57:20 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-26 15:57:20 +0000 |
commit | 780210d4cd4f0283950fff66e5e85ec06d5c363d (patch) | |
tree | 98a67699e0decf442cd98416d0595a943c3459b6 /gcc/configure | |
parent | c08ab9d8ba0f542281abea70f56e94de750e94aa (diff) | |
download | gcc-780210d4cd4f0283950fff66e5e85ec06d5c363d.tar.gz |
Make `configure rs6000-ibm-aix4.1' work again.
* configure.in (powerpc-ibm-aix4.[12]*): Change from 4.[12].*.
(rs6000-ibm-aix4.[12]*): Likewise.
* configure: Regnerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22006 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index dac005fd64c..4990a74f327 100755 --- a/gcc/configure +++ b/gcc/configure @@ -4432,7 +4432,7 @@ for machine in $build $host $target; do fi use_collect2=yes ;; - rs6000-ibm-aix4.[12].* | powerpc-ibm-aix4.[12].*) + rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*) tm_file=rs6000/aix41.h if test x$host != x$target then |