Makefile.in (stage2_build, [...]): Set BUILD_CC to the same as CC.
* Makefile.in (stage2_build, stage3_build, stage4_build) : Set BUILD_CC to the same as CC. From-SVN: r66740
This commit is contained in:
parent
517958ba22
commit
6cfae22a6b
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-05-12 Neil Booth <neil@cat.daikokuya.co.uk>
|
||||
|
||||
* Makefile.in (stage2_build, stage3_build, stage4_build):
|
||||
Set BUILD_CC to the same as CC.
|
||||
|
||||
2003-05-12 Neil Booth <neil@daikokuya.co.uk>
|
||||
|
||||
* alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
|
||||
|
|
|
@ -3494,7 +3494,7 @@ stage1_copy: stage1_build
|
|||
echo stage2_build > stage_last
|
||||
|
||||
stage2_build: stage1_copy
|
||||
$(MAKE) CC="$(STAGE_CC_WRAPPER) stage1/xgcc$(exeext) -Bstage1/ -B$(build_tooldir)/bin/" \
|
||||
$(MAKE) CC="$(STAGE_CC_WRAPPER) stage1/xgcc$(exeext) -Bstage1/ -B$(build_tooldir)/bin/" BUILD_CC="$(STAGE_CC_WRAPPER) stage1/xgcc$(exeext) -Bstage1/ -B$(build_tooldir)/bin/" \
|
||||
STAGE_PREFIX=stage1/ \
|
||||
$(STAGE2_FLAGS_TO_PASS)
|
||||
$(STAMP) stage2_build
|
||||
|
@ -3506,7 +3506,7 @@ stage2_copy: stage2_build
|
|||
echo stage3_build > stage_last
|
||||
|
||||
stage3_build: stage2_copy
|
||||
$(MAKE) CC="$(STAGE_CC_WRAPPER) stage2/xgcc$(exeext) -Bstage2/ -B$(build_tooldir)/bin/" \
|
||||
$(MAKE) CC="$(STAGE_CC_WRAPPER) stage2/xgcc$(exeext) -Bstage2/ -B$(build_tooldir)/bin/" BUILD_CC="$(STAGE_CC_WRAPPER) stage2/xgcc$(exeext) -Bstage2/ -B$(build_tooldir)/bin/" \
|
||||
STAGE_PREFIX=stage2/ \
|
||||
$(STAGE2_FLAGS_TO_PASS)
|
||||
$(STAMP) stage3_build
|
||||
|
@ -3519,7 +3519,7 @@ stage3_copy: stage3_build
|
|||
echo stage4_build > stage_last
|
||||
|
||||
stage4_build: stage3_copy
|
||||
$(MAKE) CC="$(STAGE_CC_WRAPPER) stage3/xgcc$(exeext) -Bstage3/ -B$(build_tooldir)/bin/" \
|
||||
$(MAKE) CC="$(STAGE_CC_WRAPPER) stage3/xgcc$(exeext) -Bstage3/ -B$(build_tooldir)/bin/" BUILD_CC="$(STAGE_CC_WRAPPER) stage3/xgcc$(exeext) -Bstage3/ -B$(build_tooldir)/bin/" \
|
||||
STAGE_PREFIX=stage3/ \
|
||||
$(STAGE2_FLAGS_TO_PASS)
|
||||
$(STAMP) stage4_build
|
||||
|
|
Loading…
Add table
Reference in a new issue