mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
* Makefile.in (stage1_build): Force OBJS-onestep=OBJS.
From-SVN: r69249
This commit is contained in:
committed by
Richard Henderson
parent
21e7cbd2b5
commit
ed2d8944ae
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user