Commit 20fced2c by Michael Meissner Committed by Michael Meissner

--with-gnu-ld uses different x- fiile under aix 4.1

From-SVN: r24804
parent 297e73d8
Thu Jan 21 19:44:55 1999 Michael Meissner <meissner@cygnus.com>
* configure.in ({rs6000|powerpc}-ibm-aix4.[12]*): If
--with-gnu-ld, use x-aix41-gld instead of x-aix41 to suppress
adding -Wl,-bbigtoc to BOOT_LDFLAGS.
* configure: Regenerate.
* config/rs6000/x-aix41-gld: New file, don't set BOOT_LDFLAGS.
Thu Jan 21 15:48:03 1999 Dave Brolley <brolley@cygnus.com>
* cppexp.c (cpp_lex): Allocate token_buffer dynamically.
......
# configuration for IBM RS/6000 running AIX 4.1+
# 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
# f771 and cc1plus overflow the AIX TOC, however gld doesn't support -bbigtoc
# BOOT_LDFLAGS=-Wl,-bbigtoc
......@@ -2863,7 +2863,11 @@ changequote([,])dnl
changequote(,)dnl
rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
changequote([,])dnl
tm_file=rs6000/aix41.h
if test "$gnu_ld" = yes
tm_file=rs6000/aix41-gld.h
else
tm_file=rs6000/aix41.h
fi
if test x$host != x$target
then
tmake_file=rs6000/t-xnewas
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment