diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-03-19 13:45:25 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-03-19 13:45:25 +0000 |
commit | e680248ee3883ade8e5ee164bf0c665ffb0a6067 (patch) | |
tree | 785ca554d279b3eefc6d49b962e902c2fcaffe6a /gcc | |
parent | 9f6dc50085aee099b9b233f30f938e54c617cf9b (diff) | |
download | gcc-e680248ee3883ade8e5ee164bf0c665ffb0a6067.zip gcc-e680248ee3883ade8e5ee164bf0c665ffb0a6067.tar.gz gcc-e680248ee3883ade8e5ee164bf0c665ffb0a6067.tar.bz2 |
t-aix41: New file.
* rs6000/t-aix41: New file.
* configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
From-SVN: r32641
Diffstat (limited to 'gcc')
-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 342d856..a875241b 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 0000000..c07dde4 --- /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 432f120..e573b09 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 0b79091..d6fc892 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 |