Commit 212f829c by Paolo Bonzini Committed by Paolo Bonzini

Revert Ada-related part of the previous change.

2005-12-20  Paolo Bonzini  <bonzini@gnu.org>

        Revert Ada-related part of the previous change.

        * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
        Do not pass.
        * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
        * Makefile.in: Regenerate.
        * configure.in: Do not include mt-ppc-aix target fragment.
        * configure: Regenerate.

config:
2005-12-20  Paolo Bonzini  <bonzini@gnu.org>

        Revert Ada-related part of the previous change.

        * mt-ppc-aix: Delete.

From-SVN: r108856
parent 64068ca2
2005-12-20 Paolo Bonzini <bonzini@gnu.org>
Revert Ada-related part of the previous change.
* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
Do not pass.
* Makefile.tpl (BOOT_ADAFLAGS): Do not define.
* Makefile.in: Regenerate.
* configure.in: Do not include mt-ppc-aix target fragment.
* configure: Regenerate.
2005-12-19 Paolo Bonzini <bonzini@gnu.org> 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Select appropriate fragments for PowerPC/AIX. * configure.in: Select appropriate fragments for PowerPC/AIX.
......
...@@ -205,9 +205,7 @@ flags_to_pass = { flag= SHELL ; }; ...@@ -205,9 +205,7 @@ flags_to_pass = { flag= SHELL ; };
flags_to_pass = { flag= YACC ; }; flags_to_pass = { flag= YACC ; };
// Host tools // Host tools
flags_to_pass = { flag= ADAFLAGS ; };
flags_to_pass = { flag= AR_FLAGS ; }; flags_to_pass = { flag= AR_FLAGS ; };
flags_to_pass = { flag= BOOT_ADAFLAGS ; };
flags_to_pass = { flag= BOOT_CFLAGS ; }; flags_to_pass = { flag= BOOT_CFLAGS ; };
flags_to_pass = { flag= BOOT_LDFLAGS ; }; flags_to_pass = { flag= BOOT_LDFLAGS ; };
flags_to_pass = { flag= CFLAGS ; }; flags_to_pass = { flag= CFLAGS ; };
...@@ -217,7 +215,6 @@ flags_to_pass = { flag= LIBCFLAGS ; }; ...@@ -217,7 +215,6 @@ flags_to_pass = { flag= LIBCFLAGS ; };
flags_to_pass = { flag= LIBCXXFLAGS ; }; flags_to_pass = { flag= LIBCXXFLAGS ; };
// Target tools // Target tools
flags_to_pass = { flag= ADAFLAGS_FOR_TARGET ; };
flags_to_pass = { flag= AR_FOR_TARGET ; }; flags_to_pass = { flag= AR_FOR_TARGET ; };
flags_to_pass = { flag= AS_FOR_TARGET ; }; flags_to_pass = { flag= AS_FOR_TARGET ; };
flags_to_pass = { flag= CC_FOR_TARGET ; }; flags_to_pass = { flag= CC_FOR_TARGET ; };
......
...@@ -252,7 +252,6 @@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@ ...@@ -252,7 +252,6 @@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@
# Flags to pass to stage2 and later makes. They are defined # Flags to pass to stage2 and later makes. They are defined
# here so that they can be overridden by Makefile fragments. # here so that they can be overridden by Makefile fragments.
BOOT_CFLAGS= -g -O2 BOOT_CFLAGS= -g -O2
BOOT_ADAFLAGS=
BOOT_LDFLAGS= BOOT_LDFLAGS=
BISON = @BISON@ BISON = @BISON@
...@@ -433,9 +432,7 @@ BASE_FLAGS_TO_PASS = \ ...@@ -433,9 +432,7 @@ BASE_FLAGS_TO_PASS = \
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \ "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
"SHELL=$(SHELL)" \ "SHELL=$(SHELL)" \
"YACC=$(YACC)" \ "YACC=$(YACC)" \
"ADAFLAGS=$(ADAFLAGS)" \
"AR_FLAGS=$(AR_FLAGS)" \ "AR_FLAGS=$(AR_FLAGS)" \
"BOOT_ADAFLAGS=$(BOOT_ADAFLAGS)" \
"BOOT_CFLAGS=$(BOOT_CFLAGS)" \ "BOOT_CFLAGS=$(BOOT_CFLAGS)" \
"BOOT_LDFLAGS=$(BOOT_LDFLAGS)" \ "BOOT_LDFLAGS=$(BOOT_LDFLAGS)" \
"CFLAGS=$(CFLAGS)" \ "CFLAGS=$(CFLAGS)" \
...@@ -443,7 +440,6 @@ BASE_FLAGS_TO_PASS = \ ...@@ -443,7 +440,6 @@ BASE_FLAGS_TO_PASS = \
"LDFLAGS=$(LDFLAGS)" \ "LDFLAGS=$(LDFLAGS)" \
"LIBCFLAGS=$(LIBCFLAGS)" \ "LIBCFLAGS=$(LIBCFLAGS)" \
"LIBCXXFLAGS=$(LIBCXXFLAGS)" \ "LIBCXXFLAGS=$(LIBCXXFLAGS)" \
"ADAFLAGS_FOR_TARGET=$(ADAFLAGS_FOR_TARGET)" \
"AR_FOR_TARGET=$(AR_FOR_TARGET)" \ "AR_FOR_TARGET=$(AR_FOR_TARGET)" \
"AS_FOR_TARGET=$(AS_FOR_TARGET)" \ "AS_FOR_TARGET=$(AS_FOR_TARGET)" \
"CC_FOR_TARGET=$(CC_FOR_TARGET)" \ "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
...@@ -504,7 +500,6 @@ X11_FLAGS_TO_PASS = \ ...@@ -504,7 +500,6 @@ X11_FLAGS_TO_PASS = \
# are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them. The # are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them. The
# COMPILER_ prefixed variables are not passed down so we expand them here. # COMPILER_ prefixed variables are not passed down so we expand them here.
EXTRA_TARGET_FLAGS = \ EXTRA_TARGET_FLAGS = \
'ADAFLAGS=$$(ADAFLAGS_FOR_TARGET)' \
'AR=$$(AR_FOR_TARGET)' \ 'AR=$$(AR_FOR_TARGET)' \
'AS=$(COMPILER_AS_FOR_TARGET)' \ 'AS=$(COMPILER_AS_FOR_TARGET)' \
'CC=$$(CC_FOR_TARGET)' \ 'CC=$$(CC_FOR_TARGET)' \
...@@ -35715,7 +35710,6 @@ POSTSTAGE1_FLAGS_TO_PASS = \ ...@@ -35715,7 +35710,6 @@ POSTSTAGE1_FLAGS_TO_PASS = \
CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \ CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
STAGE_PREFIX=$$r/prev-gcc/ \ STAGE_PREFIX=$$r/prev-gcc/ \
CFLAGS="$(BOOT_CFLAGS)" \ CFLAGS="$(BOOT_CFLAGS)" \
ADAFLAGS="$(BOOT_ADAFLAGS)" \
LDFLAGS="$(BOOT_LDFLAGS)" \ LDFLAGS="$(BOOT_LDFLAGS)" \
ADAC="\$$(CC)" ADAC="\$$(CC)"
...@@ -255,7 +255,6 @@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@ ...@@ -255,7 +255,6 @@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@
# Flags to pass to stage2 and later makes. They are defined # Flags to pass to stage2 and later makes. They are defined
# here so that they can be overridden by Makefile fragments. # here so that they can be overridden by Makefile fragments.
BOOT_CFLAGS= -g -O2 BOOT_CFLAGS= -g -O2
BOOT_ADAFLAGS=
BOOT_LDFLAGS= BOOT_LDFLAGS=
BISON = @BISON@ BISON = @BISON@
...@@ -431,7 +430,6 @@ X11_FLAGS_TO_PASS = \ ...@@ -431,7 +430,6 @@ X11_FLAGS_TO_PASS = \
# are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them. The # are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them. The
# COMPILER_ prefixed variables are not passed down so we expand them here. # COMPILER_ prefixed variables are not passed down so we expand them here.
EXTRA_TARGET_FLAGS = \ EXTRA_TARGET_FLAGS = \
'ADAFLAGS=$$(ADAFLAGS_FOR_TARGET)' \
'AR=$$(AR_FOR_TARGET)' \ 'AR=$$(AR_FOR_TARGET)' \
'AS=$(COMPILER_AS_FOR_TARGET)' \ 'AS=$(COMPILER_AS_FOR_TARGET)' \
'CC=$$(CC_FOR_TARGET)' \ 'CC=$$(CC_FOR_TARGET)' \
...@@ -1255,7 +1253,6 @@ POSTSTAGE1_FLAGS_TO_PASS = \ ...@@ -1255,7 +1253,6 @@ POSTSTAGE1_FLAGS_TO_PASS = \
CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \ CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
STAGE_PREFIX=$$r/prev-gcc/ \ STAGE_PREFIX=$$r/prev-gcc/ \
CFLAGS="$(BOOT_CFLAGS)" \ CFLAGS="$(BOOT_CFLAGS)" \
ADAFLAGS="$(BOOT_ADAFLAGS)" \
LDFLAGS="$(BOOT_LDFLAGS)" \ LDFLAGS="$(BOOT_LDFLAGS)" \
ADAC="\$$(CC)" ADAC="\$$(CC)"
......
2005-12-20 Paolo Bonzini <bonzini@gnu.org>
Revert Ada-related part of the previous change.
* mt-ppc-aix: Delete.
2005-12-19 Paolo Bonzini <bonzini@gnu.org> 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
* mt-ppc-aix, mh-ppc-aix: New. * mt-ppc-aix, mh-ppc-aix: New.
......
# 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
...@@ -1519,7 +1519,6 @@ case "${target}" in ...@@ -1519,7 +1519,6 @@ case "${target}" in
# harmless if we're using GNU nm or ar. # harmless if we're using GNU nm or ar.
extra_arflags_for_target=" -X32_64" extra_arflags_for_target=" -X32_64"
extra_nmflags_for_target=" -B -X32_64" extra_nmflags_for_target=" -B -X32_64"
target_makefile_frag="config/mt-ppc-aix"
;; ;;
*-*-darwin*) *-*-darwin*)
# ranlib from Darwin requires the -c flag to look at common symbols. # ranlib from Darwin requires the -c flag to look at common symbols.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment