Revision: 7933
          http://sourceforge.net/p/ipcop/svn/7933
Author:   owes
Date:     2015-03-08 14:29:09 +0000 (Sun, 08 Mar 2015)
Log Message:
-----------
Update gdb to 7.9. Debug only, probably does not build without newer gcc/glibc.

Modified Paths:
--------------
    ipcop/trunk/lfs/gdb

Modified: ipcop/trunk/lfs/gdb
===================================================================
--- ipcop/trunk/lfs/gdb 2015-03-08 14:24:50 UTC (rev 7932)
+++ ipcop/trunk/lfs/gdb 2015-03-08 14:29:09 UTC (rev 7933)
@@ -33,12 +33,12 @@
 include Config
 
 PKG_NAME   = gdb
-VER        = 7.3.1
+VER        = 7.9
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
 THISAPP    = $(PKG_NAME)-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_GNU)/$(PKG_NAME)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
@@ -53,9 +53,9 @@
 
 objects = $(DL_FILE)
 
-$(DL_FILE)                     := $(DL_FROM)/$(DL_FILE)
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5                 := b89a5fac359c618dda97b88645ceab47
+$(DL_FILE)_MD5 = e6279f26559d839f0b4218a482bcb43e
 
 install : $(TARGET)
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to