Commit ed2d8944 by Richard Henderson Committed by Richard Henderson

* Makefile.in (stage1_build): Force OBJS-onestep=OBJS.

From-SVN: r69249
parent 21e7cbd2
2003-07-11 Richard Henderson <rth@redhat.com>
* Makefile.in (stage1_build): Force OBJS-onestep=OBJS.
2003-07-11 Mark Mitchell <mark@codesourcery.com> 2003-07-11 Mark Mitchell <mark@codesourcery.com>
* varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of * varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of
......
...@@ -3497,7 +3497,8 @@ stage1_build: ...@@ -3497,7 +3497,8 @@ stage1_build:
$(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)" \ $(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)" \
CFLAGS="$(STAGE1_CFLAGS)" MAKEINFO="$(MAKEINFO)" \ CFLAGS="$(STAGE1_CFLAGS)" MAKEINFO="$(MAKEINFO)" \
GCC_FOR_TARGET="$(GCC_FOR_TARGET)" \ GCC_FOR_TARGET="$(GCC_FOR_TARGET)" \
MAKEINFOFLAGS="$(MAKEINFOFLAGS)" COVERAGE_FLAGS= MAKEINFOFLAGS="$(MAKEINFOFLAGS)" COVERAGE_FLAGS= \
OBJS-onestep="$(OBJS)"
$(STAMP) stage1_build $(STAMP) stage1_build
echo stage1_build > stage_last echo stage1_build > stage_last
......
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