CVS: packaging makefile,1.3,1.4
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/packaging In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23755/packaging Modified Files: makefile Log Message: use the binutils patch Index: makefile =================================================================== RCS file: /cvsroot/mspgcc/packaging/makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -d -r1.3 -r1.4 --- makefile 26 Sep 2005 22:46:39 -0000 1.3 +++ makefile 26 Sep 2005 23:07:25 -0000 1.4 @@ -181,8 +181,8 @@ binutils-build: binutils-clean $(ARCHIVES)/$(BINUTILS).tar.bz2 @echo "Unpacking binutils" cd $(BUILDDIR) && tar xjf $(ARCHIVES)/$(BINUTILS).tar.bz2 - #~ @echo Applying extra mspgcc patches... - #~ cd $(BUILDDIR)/$(BINUTILS); patch -p1 < $(PATCHES)/binutils-21x1-42x-42x0.patch + @echo Applying extra mspgcc patches... + cd $(BUILDDIR)/$(BINUTILS); patch -p1 < $(PATCHES)/binutils-14x1-21x1-42x-42x0.patch @echo "Configure and building binutils (this takes a while)" cd $(BUILDDIR)/$(BINUTILS) && ./configure --target=msp430 --prefix=$(INSTALLDIR) --disable-nls >$(BUILDDIR)/binutils-build.log 2>&1 cd $(BUILDDIR)/$(BINUTILS) && make >>$(BUILDDIR)/binutils-build.log 2>&1 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php