mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 03:18:53 +08:00
x-aix41 (CLIB): Define here.
* 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. From-SVN: r36579
This commit is contained in:
parent
cc2b3c86d5
commit
2abdcaee8a
@ -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>
|
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
|
* configure.in: Fix checks for assembler features when using a
|
||||||
one-tree assembler that has not yet been built.
|
one-tree assembler that has not yet been built.
|
||||||
Fix --disable-threads.
|
Fix --disable-threads.
|
||||||
|
@ -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
|
|
@ -51,8 +51,3 @@ INSTALL_LIBGCC = install-multilib
|
|||||||
|
|
||||||
# Both 32-bit and 64-bit objects in archives
|
# Both 32-bit and 64-bit objects in archives
|
||||||
AR_FLAGS_FOR_TARGET=-X32_64
|
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
|
|
||||||
|
@ -2,3 +2,8 @@
|
|||||||
|
|
||||||
# Show we need to use the C version of ALLOCA
|
# Show we need to use the C version of ALLOCA
|
||||||
ALLOCA=alloca.o
|
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
|
||||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -6319,7 +6319,7 @@ for machine in $build $host $target; do
|
|||||||
then
|
then
|
||||||
xmake_file=rs6000/x-aix41-gld
|
xmake_file=rs6000/x-aix41-gld
|
||||||
else
|
else
|
||||||
tmake_file='rs6000/t-newas rs6000/t-aix41'
|
tmake_file='rs6000/t-newas'
|
||||||
fi
|
fi
|
||||||
xmake_file=rs6000/x-aix41
|
xmake_file=rs6000/x-aix41
|
||||||
float_format=none
|
float_format=none
|
||||||
|
@ -3326,7 +3326,7 @@ changequote([,])dnl
|
|||||||
then
|
then
|
||||||
xmake_file=rs6000/x-aix41-gld
|
xmake_file=rs6000/x-aix41-gld
|
||||||
else
|
else
|
||||||
tmake_file='rs6000/t-newas rs6000/t-aix41'
|
tmake_file='rs6000/t-newas'
|
||||||
fi
|
fi
|
||||||
xmake_file=rs6000/x-aix41
|
xmake_file=rs6000/x-aix41
|
||||||
float_format=none
|
float_format=none
|
||||||
|
Loading…
Reference in New Issue
Block a user