summaryrefslogtreecommitdiffstats
path: root/Makefile.def
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 /Makefile.def
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 'Makefile.def')
-rw-r--r--Makefile.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index f857a00bf..3d28eac37 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -205,7 +205,11 @@ flags_to_pass = { flag= SHELL ; };
flags_to_pass = { flag= YACC ; };
// Host tools
+flags_to_pass = { flag= ADAFLAGS ; };
flags_to_pass = { flag= AR_FLAGS ; };
+flags_to_pass = { flag= BOOT_ADAFLAGS ; };
+flags_to_pass = { flag= BOOT_CFLAGS ; };
+flags_to_pass = { flag= BOOT_LDFLAGS ; };
flags_to_pass = { flag= CFLAGS ; };
flags_to_pass = { flag= CXXFLAGS ; };
flags_to_pass = { flag= LDFLAGS ; };
@@ -213,6 +217,7 @@ flags_to_pass = { flag= LIBCFLAGS ; };
flags_to_pass = { flag= LIBCXXFLAGS ; };
// Target tools
+flags_to_pass = { flag= ADAFLAGS_FOR_TARGET ; };
flags_to_pass = { flag= AR_FOR_TARGET ; };
flags_to_pass = { flag= AS_FOR_TARGET ; };
flags_to_pass = { flag= CC_FOR_TARGET ; };