Makefile.in (ORDINARY_FLAGS_TO_PASS): Add MAKEOVERRIDES variable.

* Makefile.in (ORDINARY_FLAGS_TO_PASS): Add MAKEOVERRIDES variable.
	(libgcc.a): Likewise.
	(stmp-multilib): Likewise.
	(STAGE2_FLAGS_TO_PASS): Likewise.

From-SVN: r39146
This commit is contained in:
John David Anglin 2001-01-19 23:37:07 +00:00 committed by John David Anglin
parent 68c37dc901
commit 03bbd83fa4
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2001-01-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
* Makefile.in (ORDINARY_FLAGS_TO_PASS): Add MAKEOVERRIDES variable.
(libgcc.a): Likewise.
(stmp-multilib): Likewise.
(STAGE2_FLAGS_TO_PASS): Likewise.
2001-01-19 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.c (prepare_move_operands) [PIC]: Use operands[0] as

View file

@ -688,6 +688,7 @@ ORDINARY_FLAGS_TO_PASS = \
"LN_S=$(LN_S)" \
"MAKEINFO=$(MAKEINFO)" \
"MAKEINFOFLAGS=$(MAKEINFOFLAGS)" \
"MAKEOVERRIDES=" \
"RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
"RANLIB_TEST_FOR_TARGET=$(RANLIB_TEST_FOR_TARGET)" \
"SHELL=$(SHELL)" \
@ -1055,6 +1056,7 @@ libgcc.a: $(LIBGCC_DEPS)
INCLUDES="$(INCLUDES)" MAYBE_USE_COLLECT2="$(MAYBE_USE_COLLECT2)" \
CONFIG_H="$(CONFIG_H)" MACHMODE_H="$(MACHMODE_H)" \
LIB1ASMSRC='$(LIB1ASMSRC)' \
MAKEOVERRIDES= \
-f libgcc.mk all
# Use the genmultilib shell script to generate the information the gcc
@ -1088,6 +1090,7 @@ stmp-multilib: $(LIBGCC_DEPS)
INCLUDES="$(INCLUDES)" MAYBE_USE_COLLECT2="$(MAYBE_USE_COLLECT2)" \
CONFIG_H="$(CONFIG_H)" MACHMODE_H="$(MACHMODE_H)" \
LIB1ASMSRC='$(LIB1ASMSRC)' \
MAKEOVERRIDES= \
-f libgcc.mk all
touch stmp-multilib
@ -2843,6 +2846,7 @@ STAGE2_FLAGS_TO_PASS = \
STRICT_WARN="$(STRICT2_WARN)" \
libdir=$(libdir) \
LANGUAGES="$(LANGUAGES)" \
MAKEOVERRIDES= \
OUTPUT_OPTION="-o \$$@"
# Only build the C compiler for stage1, because that is the only one that