Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/gmp
@ 2006-12-02 18:32 aldot at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: aldot at uclibc.org @ 2006-12-02 18:32 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2006-12-02 10:32:33 -0800 (Sat, 02 Dec 2006)
New Revision: 16759

Log:
- pass target specific settings to configure when configuring for the target.


Modified:
   trunk/buildroot/package/gmp/gmp.mk


Changeset:
Modified: trunk/buildroot/package/gmp/gmp.mk
===================================================================
--- trunk/buildroot/package/gmp/gmp.mk	2006-12-02 18:30:42 UTC (rev 16758)
+++ trunk/buildroot/package/gmp/gmp.mk	2006-12-02 18:32:33 UTC (rev 16759)
@@ -31,6 +31,8 @@
 $(GMP_DIR)/.configured: $(GMP_DIR)/.unpacked
 	(cd $(GMP_DIR); rm -rf config.cache; \
 		$(TARGET_CONFIGURE_OPTS) \
+		CC_FOR_BUILD="$(HOSTCC)" \
+		CFLAGS="$(TARGET_CFLAGS)" \
 		ac_cv_c_bigendian=$(GMP_BE) \
 		./configure \
 		--host=$(REAL_GNU_TARGET_NAME) \

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/gmp
@ 2007-09-17 11:20 aldot at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: aldot at uclibc.org @ 2007-09-17 11:20 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-09-17 04:20:32 -0700 (Mon, 17 Sep 2007)
New Revision: 19866

Log:
- bump version


Modified:
   trunk/buildroot/package/gmp/gmp.mk


Changeset:
Modified: trunk/buildroot/package/gmp/gmp.mk
===================================================================
--- trunk/buildroot/package/gmp/gmp.mk	2007-09-17 11:20:14 UTC (rev 19865)
+++ trunk/buildroot/package/gmp/gmp.mk	2007-09-17 11:20:32 UTC (rev 19866)
@@ -3,7 +3,7 @@
 # gmp
 #
 #############################################################
-GMP_VERSION:=4.2.1
+GMP_VERSION:=4.2.2
 GMP_SOURCE:=gmp-$(GMP_VERSION).tar.bz2
 GMP_SITE:=http://ftp.sunet.se/pub/gnu/gmp/
 GMP_CAT:=$(BZCAT)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/gmp
@ 2007-09-17 13:12 aldot at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: aldot at uclibc.org @ 2007-09-17 13:12 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-09-17 06:12:38 -0700 (Mon, 17 Sep 2007)
New Revision: 19872

Log:
- libversion was changed


Modified:
   trunk/buildroot/package/gmp/gmp.mk


Changeset:
Modified: trunk/buildroot/package/gmp/gmp.mk
===================================================================
--- trunk/buildroot/package/gmp/gmp.mk	2007-09-17 12:49:46 UTC (rev 19871)
+++ trunk/buildroot/package/gmp/gmp.mk	2007-09-17 13:12:38 UTC (rev 19872)
@@ -11,7 +11,7 @@
 GMP_TARGET_DIR:=$(BUILD_DIR)/gmp-$(GMP_VERSION)
 GMP_BINARY:=libgmp$(LIBTGTEXT)
 GMP_HOST_BINARY:=libgmp$(HOST_SHREXT)
-GMP_LIBVERSION:=3.4.1
+GMP_LIBVERSION:=3.4.2
 
 # this is a workaround for a bug in GMP, please see
 # http://gmplib.org/list-archives/gmp-devel/2006-April/000618.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/gmp
@ 2007-10-13 23:09 ulf at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: ulf at uclibc.org @ 2007-10-13 23:09 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-10-13 16:09:49 -0700 (Sat, 13 Oct 2007)
New Revision: 20247

Log:
Remove superfluous 'slash' in GMP_SITE

Modified:
   trunk/buildroot/package/gmp/gmp.mk


Changeset:
Modified: trunk/buildroot/package/gmp/gmp.mk
===================================================================
--- trunk/buildroot/package/gmp/gmp.mk	2007-10-13 23:08:55 UTC (rev 20246)
+++ trunk/buildroot/package/gmp/gmp.mk	2007-10-13 23:09:49 UTC (rev 20247)
@@ -5,7 +5,7 @@
 #############################################################
 GMP_VERSION:=4.2.2
 GMP_SOURCE:=gmp-$(GMP_VERSION).tar.bz2
-GMP_SITE:=http://ftp.sunet.se/pub/gnu/gmp/
+GMP_SITE:=http://ftp.sunet.se/pub/gnu/gmp
 GMP_CAT:=$(BZCAT)
 GMP_DIR:=$(TOOL_BUILD_DIR)/gmp-$(GMP_VERSION)
 GMP_TARGET_DIR:=$(BUILD_DIR)/gmp-$(GMP_VERSION)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/gmp
@ 2009-02-13  8:33 jacmet at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: jacmet at uclibc.org @ 2009-02-13  8:33 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2009-02-13 08:33:50 +0000 (Fri, 13 Feb 2009)
New Revision: 25312

Log:
gmp: bump version

Modified:
   trunk/buildroot/package/gmp/gmp.mk


Changeset:
Modified: trunk/buildroot/package/gmp/gmp.mk
===================================================================
--- trunk/buildroot/package/gmp/gmp.mk	2009-02-13 00:02:54 UTC (rev 25311)
+++ trunk/buildroot/package/gmp/gmp.mk	2009-02-13 08:33:50 UTC (rev 25312)
@@ -3,7 +3,7 @@
 # gmp
 #
 #############################################################
-GMP_VERSION:=4.2.2
+GMP_VERSION:=4.2.4
 GMP_SOURCE:=gmp-$(GMP_VERSION).tar.bz2
 GMP_SITE:=http://ftp.sunet.se/pub/gnu/gmp
 GMP_CAT:=$(BZCAT)
@@ -11,7 +11,7 @@
 GMP_TARGET_DIR:=$(BUILD_DIR)/gmp-$(GMP_VERSION)
 GMP_BINARY:=libgmp$(LIBTGTEXT)
 GMP_HOST_BINARY:=libgmp$(HOST_LIBEXT)
-GMP_LIBVERSION:=3.4.2
+GMP_LIBVERSION:=3.4.4
 
 # this is a workaround for a bug in GMP, please see
 # http://gmplib.org/list-archives/gmp-devel/2006-April/000618.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/gmp
@ 2009-02-13  8:33 jacmet at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: jacmet at uclibc.org @ 2009-02-13  8:33 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2009-02-13 08:33:57 +0000 (Fri, 13 Feb 2009)
New Revision: 25313

Log:
gmp: use GNU_MIRROR for site

Modified:
   trunk/buildroot/package/gmp/gmp.mk


Changeset:
Modified: trunk/buildroot/package/gmp/gmp.mk
===================================================================
--- trunk/buildroot/package/gmp/gmp.mk	2009-02-13 08:33:50 UTC (rev 25312)
+++ trunk/buildroot/package/gmp/gmp.mk	2009-02-13 08:33:57 UTC (rev 25313)
@@ -5,7 +5,7 @@
 #############################################################
 GMP_VERSION:=4.2.4
 GMP_SOURCE:=gmp-$(GMP_VERSION).tar.bz2
-GMP_SITE:=http://ftp.sunet.se/pub/gnu/gmp
+GMP_SITE:=$(BR2_GNU_MIRROR)/gmp
 GMP_CAT:=$(BZCAT)
 GMP_DIR:=$(TOOL_BUILD_DIR)/gmp-$(GMP_VERSION)
 GMP_TARGET_DIR:=$(BUILD_DIR)/gmp-$(GMP_VERSION)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-02-13  8:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-13 23:09 [Buildroot] svn commit: trunk/buildroot/package/gmp ulf at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2009-02-13  8:33 jacmet at uclibc.org
2009-02-13  8:33 jacmet at uclibc.org
2007-09-17 13:12 aldot at uclibc.org
2007-09-17 11:20 aldot at uclibc.org
2006-12-02 18:32 aldot at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox