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 | |
| parent | bf9a4612e73d9d37abd6c4dd7d419fe74ef63617 (diff) | |
| download | ppe42-gcc-feec216920f228295d5ceccdfe55625858edc2f1.tar.gz ppe42-gcc-feec216920f228295d5ceccdfe55625858edc2f1.zip | |
* 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
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/config/rs6000/t-aix41 | 4 | ||||
| -rwxr-xr-x | gcc/configure | 4 | ||||
| -rw-r--r-- | gcc/configure.in | 2 |
4 files changed, 13 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 342d8566801..a875241b0a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2000-03-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * rs6000/t-aix41: New file. + + * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it. + Sun Mar 19 13:27:30 2000 Hans-Peter Nilsson <hp@axis.com> * tm.texi (Driver): Fix typos and tweak entry for diff --git a/gcc/config/rs6000/t-aix41 b/gcc/config/rs6000/t-aix41 new file mode 100644 index 00000000000..c07dde4edbf --- /dev/null +++ b/gcc/config/rs6000/t-aix41 @@ -0,0 +1,4 @@ +# We need -lld for collect2 (actually this only matters +# for a native compiler, but this is as good a place as any +# to define the symbol). +CLIB=-lld 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 diff --git a/gcc/configure.in b/gcc/configure.in index 0b79091a278..d6fc892cd0f 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -3157,7 +3157,7 @@ changequote([,])dnl 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 |

