mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 01:42:21 +08:00
* Makefile.am (bootstrap): Add $EXEEXT to dependency.
* Makefile.in: Regenerate.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2012-09-11 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* Makefile.am (bootstrap): Add $EXEEXT to dependency.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2012-09-10 Matthias Klose <doko@ubuntu.com>
|
||||
|
||||
* config.in: Disable sanity check for kfreebsd.
|
||||
|
@ -601,7 +601,7 @@ install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
|
||||
|
||||
.PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
|
||||
|
||||
bootstrap: as-new
|
||||
bootstrap: as-new$(EXEEXT)
|
||||
$(MAKE) stage1
|
||||
rm -f stage && ln -s stage1 stage
|
||||
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
||||
|
@ -2582,7 +2582,7 @@ install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
|
||||
|
||||
.PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
|
||||
|
||||
bootstrap: as-new
|
||||
bootstrap: as-new$(EXEEXT)
|
||||
$(MAKE) stage1
|
||||
rm -f stage && ln -s stage1 stage
|
||||
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
||||
|
Reference in New Issue
Block a user