diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2005-12-19 17:33:45 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2005-12-19 17:33:45 +0000 |
commit | 435a8f26f26cb10f46551cedfb4fc3949f8933b4 (patch) | |
tree | 6538056ce06fc7026ad0d3ad224a3f1f502bddce /config/mt-ppc-aix | |
parent | 13d1784f0e16ebd3ba907c68254f5ab5b841cf65 (diff) | |
download | gdb-435a8f26f26cb10f46551cedfb4fc3949f8933b4.tar.gz |
2005-12-19 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Select appropriate fragments for PowerPC/AIX.
* configure: Regenerate.
* Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
BOOT_CFLAGS, BOOT_LDFLAGS.
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
BOOT_CFLAGS, BOOT_LDFLAGS.
(TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
(stage[+id+]-bubble): Pass flags recursively to the comparison target.
(stage): Fail if we cannot complete the work.
config:
2005-12-19 Paolo Bonzini <bonzini@gnu.org>
* mt-ppc-aix, mh-ppc-aix: New.
Diffstat (limited to 'config/mt-ppc-aix')
-rw-r--r-- | config/mt-ppc-aix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/mt-ppc-aix b/config/mt-ppc-aix new file mode 100644 index 00000000000..198e90d9505 --- /dev/null +++ b/config/mt-ppc-aix @@ -0,0 +1,6 @@ + +# 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. +ADAFLAGS_FOR_TARGET = -mminimal-toc |