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

From-SVN: r69249
This commit is contained in:
Richard Henderson 2003-07-11 15:00:09 -07:00 committed by Richard Henderson
parent 21e7cbd2b5
commit ed2d8944ae
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-07-11 Richard Henderson <rth@redhat.com>
* Makefile.in (stage1_build): Force OBJS-onestep=OBJS.
2003-07-11 Mark Mitchell <mark@codesourcery.com>
* varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of

View file

@ -3497,7 +3497,8 @@ stage1_build:
$(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)" \
CFLAGS="$(STAGE1_CFLAGS)" MAKEINFO="$(MAKEINFO)" \
GCC_FOR_TARGET="$(GCC_FOR_TARGET)" \
MAKEINFOFLAGS="$(MAKEINFOFLAGS)" COVERAGE_FLAGS=
MAKEINFOFLAGS="$(MAKEINFOFLAGS)" COVERAGE_FLAGS= \
OBJS-onestep="$(OBJS)"
$(STAMP) stage1_build
echo stage1_build > stage_last