2005-12-19 Paolo Bonzini <bonzini@gnu.org>
[deliverable/binutils-gdb.git] / config / mh-ppc-aix
CommitLineData
f6d183c0
PB
1
2# Compile Ada files with minimal-toc. The primary focus is gnatlib, so
3# that the library does not use nearly the entire TOC of applications
4# until gnatlib is built as a shared library on AIX. Compiling the
5# compiler with -mminimal-toc does not cause any harm.
6BOOT_ADAFLAGS = -mminimal-toc
7BOOT_LDFLAGS = -Wl,-bbigtoc
8LDFLAGS = `case $(CC) in *gcc*) echo -Wl,-bbigtoc ;; esac;`
This page took 0.023613 seconds and 4 git commands to generate.