Revision: 7778
          http://sourceforge.net/p/ipcop/svn/7778
Author:   owes
Date:     2015-01-06 15:26:48 +0000 (Tue, 06 Jan 2015)
Log Message:
-----------
Update gmp to 6.0.0

Modified Paths:
--------------
    ipcop/branches/toolchain/lfs/gmp

Modified: ipcop/branches/toolchain/lfs/gmp
===================================================================
--- ipcop/branches/toolchain/lfs/gmp    2015-01-06 15:10:17 UTC (rev 7777)
+++ ipcop/branches/toolchain/lfs/gmp    2015-01-06 15:26:48 UTC (rev 7778)
@@ -33,14 +33,15 @@
 include Config
 
 PKG_NAME   = gmp
-VER        = 5.0.5
+VER        = 6.0.0a
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
 THISAPP    = $(PKG_NAME)-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_GNU)/$(PKG_NAME)
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
+# Version is 6.0.0a but 6.0.0 is in archive
+DIR_APP    = $(DIR_SRC)/gmp-6.0.0
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
 # gcc hardened spec is not yet used during normal build, so script need to set 
that
@@ -55,7 +56,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8aef50959acec2a1ad41d144ffe0f3b5
+$(DL_FILE)_MD5 = 1e6da4e434553d2811437aa42c7f7c76
 
 install : $(TARGET)
 
@@ -89,9 +90,6 @@
        # we do not build the C++ part (--enable-cxx)
        # and Berkeley MP compatibility library (--enable-mpbsd)
 
-       # The only code that use HAVE_CLOCK_GETTIME is tune/time.c that is not 
compiled and is broken code. So remove the useless check
-       cd $(DIR_APP) && sed -i 's/clock clock_gettime/clock/' configure
-
 ifeq "$(STAGE)" "toolchain"
        cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) --disable-static 
--build=$(MACHINE)-linux
        cd $(DIR_APP) && make -j $(PARALLELISM)

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