diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-23 15:23:13 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-23 15:23:13 +0000 |
| commit | fc89c94f554f7239795eed8332e6889e13879cc2 (patch) | |
| tree | c2f2b381fed5f744ab357041914979e458c59cfc | |
| parent | eace0f12fb649b727b9e7af7de81a17551257a23 (diff) | |
| download | ppe42-gcc-fc89c94f554f7239795eed8332e6889e13879cc2.tar.gz ppe42-gcc-fc89c94f554f7239795eed8332e6889e13879cc2.zip | |
* config/rs6000/x-aix41 (CLIB): Define here.
* config/rs6000/t-aix43: Not here.
* config/rs6000/t-aix41: Or here. Remove.
* configure.in: Don't use it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36579 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 11 | ||||
| -rw-r--r-- | gcc/config/rs6000/t-aix41 | 4 | ||||
| -rw-r--r-- | gcc/config/rs6000/t-aix43 | 5 | ||||
| -rw-r--r-- | gcc/config/rs6000/x-aix41 | 5 | ||||
| -rwxr-xr-x | gcc/configure | 2 | ||||
| -rw-r--r-- | gcc/configure.in | 2 |
6 files changed, 18 insertions, 11 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2376b0ba567..efe588a7ad7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,16 @@ +2000-09-23 Jason Merrill <jason@redhat.com> + + * config/rs6000/x-aix41 (CLIB): Define here. + * config/rs6000/t-aix43: Not here. + * config/rs6000/t-aix41: Or here. Remove. + * configure.in: Don't use it. + 2000-09-22 Jason Merrill <jason@redhat.com> + * configure.in: Add test for HAVE_LD_DWARF_LINKONCE. + * toplev.c: Use it to initialize flag_eliminate_dwarf2dups. + * config.in: Regenerate. + * configure.in: Fix checks for assembler features when using a one-tree assembler that has not yet been built. Fix --disable-threads. diff --git a/gcc/config/rs6000/t-aix41 b/gcc/config/rs6000/t-aix41 deleted file mode 100644 index c07dde4edbf..00000000000 --- a/gcc/config/rs6000/t-aix41 +++ /dev/null @@ -1,4 +0,0 @@ -# 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/config/rs6000/t-aix43 b/gcc/config/rs6000/t-aix43 index 4c7cb10d6ef..390afe6c2f5 100644 --- a/gcc/config/rs6000/t-aix43 +++ b/gcc/config/rs6000/t-aix43 @@ -51,8 +51,3 @@ INSTALL_LIBGCC = install-multilib # Both 32-bit and 64-bit objects in archives AR_FLAGS_FOR_TARGET=-X32_64 - -# 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/config/rs6000/x-aix41 b/gcc/config/rs6000/x-aix41 index f978be17295..3a2707e3fa2 100644 --- a/gcc/config/rs6000/x-aix41 +++ b/gcc/config/rs6000/x-aix41 @@ -2,3 +2,8 @@ # Show we need to use the C version of ALLOCA ALLOCA=alloca.o + +# 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 7b00944e472..370a1142ee9 100755 --- a/gcc/configure +++ b/gcc/configure @@ -6319,7 +6319,7 @@ for machine in $build $host $target; do then xmake_file=rs6000/x-aix41-gld else - tmake_file='rs6000/t-newas rs6000/t-aix41' + tmake_file='rs6000/t-newas' fi xmake_file=rs6000/x-aix41 float_format=none diff --git a/gcc/configure.in b/gcc/configure.in index 6d431e51d37..bc6d40edfc1 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -3326,7 +3326,7 @@ changequote([,])dnl then xmake_file=rs6000/x-aix41-gld else - tmake_file='rs6000/t-newas rs6000/t-aix41' + tmake_file='rs6000/t-newas' fi xmake_file=rs6000/x-aix41 float_format=none |

