[Buildroot] svn commit: trunk/buildroot/package/mpfr

aldot at uclibc.org aldot at uclibc.org
Mon Sep 17 13:44:06 UTC 2007


Author: aldot
Date: 2007-09-17 06:44:03 -0700 (Mon, 17 Sep 2007)
New Revision: 19874

Log:
- wants --with-gmp-build nowadays


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


Changeset:
Modified: trunk/buildroot/package/mpfr/mpfr.mk
===================================================================
--- trunk/buildroot/package/mpfr/mpfr.mk	2007-09-17 13:17:13 UTC (rev 19873)
+++ trunk/buildroot/package/mpfr/mpfr.mk	2007-09-17 13:44:03 UTC (rev 19874)
@@ -57,7 +57,7 @@
 		--build=$(GNU_HOST_NAME) \
 		--prefix=/usr \
 		$(PREFERRED_LIB_FLAGS) \
-		--with-gmp=$(GMP_TARGET_DIR) \
+		--with-gmp-build=$(GMP_TARGET_DIR) \
 		$(DISABLE_NLS) \
 	)
 	touch $@




More information about the buildroot mailing list