X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fconfig%2Frs6000%2Ft-aix43;h=6a73cdd03121fdaaf2eba268076ffd3303c0a178;hp=95b31cda1e5e8140a0be5ab07a623e23138be543;hb=43edbc2ecbba04dbbb0de70bc42354a2e4637386;hpb=e7363b7006c259293086b3cf3b22ab38777beb0d diff --git a/gcc/config/rs6000/t-aix43 b/gcc/config/rs6000/t-aix43 index 95b31cda1e5..6a73cdd0312 100644 --- a/gcc/config/rs6000/t-aix43 +++ b/gcc/config/rs6000/t-aix43 @@ -74,10 +74,3 @@ TARGET_LIBGCC2_CFLAGS = -mlong-double-128 # Either 32-bit and 64-bit objects in archives. AR_FLAGS_FOR_TARGET = -X32_64 -# Compile Ada files with minimal-toc. The primary focus is gnatlib, so -# that the library does not use nearly the entire TOC of applications -# until gnatlib is built as a shared library on AIX. Compiling the -# compiler with -mminimal-toc does not cause any harm. -T_ADAFLAGS = -mminimal-toc -BOOT_LDFLAGS = -Wl,-bbigtoc -LDFLAGS = `case $(CC) in *gcc*) echo -Wl,-bbigtoc ;; esac;`