diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-19 13:45:25 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-19 13:45:25 +0000 |
commit | feec216920f228295d5ceccdfe55625858edc2f1 (patch) | |
tree | 785ca554d279b3eefc6d49b962e902c2fcaffe6a /gcc/configure | |
parent | bf9a4612e73d9d37abd6c4dd7d419fe74ef63617 (diff) | |
download | gcc-feec216920f228295d5ceccdfe55625858edc2f1.tar.gz |
* rs6000/t-aix41: New file.
* configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32641 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index 432f12039dc..e573b09650f 100755 --- a/gcc/configure +++ b/gcc/configure @@ -1369,7 +1369,7 @@ else fi # Find some useful tools -for ac_prog in gawk mawk nawk awk +for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -5767,7 +5767,7 @@ for machine in $build $host $target; do then tmake_file=rs6000/t-xnewas else - tmake_file=rs6000/t-newas + tmake_file="rs6000/t-newas rs6000/t-aix41" fi xmake_file=rs6000/x-aix41 float_format=none |