This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
gas makefile tweak
- From: Alan Modra <amodra at gmail dot com>
- To: binutils at sourceware dot org
- Date: Tue, 11 Sep 2012 10:09:17 +0930
- Subject: gas makefile tweak
Applied.
* Makefile.am (bootstrap): Add $EXEEXT to dependency.
* Makefile.in: Regenerate.
Index: gas/Makefile.am
===================================================================
RCS file: /cvs/src/src/gas/Makefile.am,v
retrieving revision 1.201
diff -u -p -r1.201 Makefile.am
--- gas/Makefile.am 13 Aug 2012 14:52:44 -0000 1.201
+++ gas/Makefile.am 10 Sep 2012 23:37:50 -0000
@@ -601,7 +601,7 @@ install-exec-tooldir: install-exec-bindi
.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)
--
Alan Modra
Australia Development Lab, IBM