CVS: packaging makefile,1.22,1.23

Chris Liechti <[email protected]> Sun, 26 Nov 2006 15:30:49 -0800
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/packaging
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22369/packaging

Modified Files:
	makefile 
Log Message:
- sync patch
- settings for the 20061126 installer

Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/packaging/makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -w -d -r1.22 -r1.23
--- makefile	31 Aug 2006 02:11:22 -0000	1.22
+++ makefile	26 Nov 2006 23:30:46 -0000	1.23
@@ -33,8 +33,8 @@
 #~ BINUTILS_VERSION        := 060404
 BINUTILS_VERSION        := 2.17
 GCC_VERSION             := 3.2.3
-#~ GDB_VERSION             := 5.1.1
-GDB_VERSION             := 6.0
+GDB_VERSION             := 5.1.1
+#~ GDB_VERSION             := 6.0
 
 # location of the gnu source tarballs
 ARCHIVES        = $(PWD)/archives
@@ -243,8 +243,8 @@
             $(ARCHIVES)/gdb-$(GDB_VERSION).tar.bz2
 	cd $(BUILDDIR) && tar xjf $(ARCHIVES)/gdb-$(GDB_VERSION).tar.bz2
 	@echo Applying mspgcc patches
-	#~ cp -r $(CVSFILES)/gdb/gdb-$(GDB_VERSION)/* $(BUILDDIR)/$(GDB)
-	cp -r $(CVSFILES)/gdb/gdb-current/* $(BUILDDIR)/$(GDB)
+	cp -r $(CVSFILES)/gdb/gdb-$(GDB_VERSION)/* $(BUILDDIR)/$(GDB)
+	#~ cp -r $(CVSFILES)/gdb/gdb-current/* $(BUILDDIR)/$(GDB)
 	@echo "Configuring and building msp430-gdb (this takes a while)"
 	cd $(BUILDDIR)/$(GDB); ./configure --target=msp430 --prefix=$(INSTALLDIR) --disable-nls >$(BUILDDIR)/gdb-build.log 2>&1
 	cd $(BUILDDIR)/$(GDB); make >>$(BUILDDIR)/gdb-build.log 2>&1


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV