summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2005-12-19 17:33:45 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2005-12-19 17:33:45 +0000
commit7e958b2e6abfb332eb65df9100783b69508a3403 (patch)
tree638cfafb05b6f82968190e655215fbfa8f3cf4b8 /configure.in
parent14df41c15528d18f057945f6d4d89005918f521c (diff)
downloadcygnal-7e958b2e6abfb332eb65df9100783b69508a3403.tar.gz
cygnal-7e958b2e6abfb332eb65df9100783b69508a3403.tar.bz2
cygnal-7e958b2e6abfb332eb65df9100783b69508a3403.zip
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 'configure.in')
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 53973528c..b65ec91bb 100644
--- a/configure.in
+++ b/configure.in
@@ -967,6 +967,12 @@ case "${host}" in
powerpc-*-darwin*)
host_makefile_frag="config/mh-ppc-darwin"
;;
+ powerpc-*-aix*)
+ host_makefile_frag="config/mh-ppc-aix"
+ ;;
+ rs6000-*-aix*)
+ host_makefile_frag="config/mh-ppc-aix"
+ ;;
*-*-lynxos*)
# /bin/cc is less than useful for our purposes. Always use GCC
tentative_cc="/bin/gcc"
@@ -1513,6 +1519,7 @@ case "${target}" in
# harmless if we're using GNU nm or ar.
extra_arflags_for_target=" -X32_64"
extra_nmflags_for_target=" -B -X32_64"
+ target_makefile_frag="config/mt-ppc-aix"
;;
*-*-darwin*)
# ranlib from Darwin requires the -c flag to look at common symbols.