[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: gmp: Remove --build from configure-flags.
From: |
Mark H. Weaver |
Subject: |
02/06: gnu: gmp: Remove --build from configure-flags. |
Date: |
Mon, 13 Jul 2015 23:12:05 +0000 |
mhw pushed a commit to branch core-updates
in repository guix.
commit b2314ca2283275df29d30a04d56062aa9923d353
Author: Mark H Weaver <address@hidden>
Date: Mon Jul 13 18:59:32 2015 -0400
gnu: gmp: Remove --build from configure-flags.
This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892,
"build-system/gnu: Pass --build=<triplet> to configure by default"
* gnu/packages/multiprecision.scm (gmp)[arguments]: Remove field.
---
gnu/packages/multiprecision.scm | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index 6e13603..903d160 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -47,15 +47,7 @@
'(;; Build a "fat binary", with routines for several
;; sub-architectures.
"--enable-fat"
- "--enable-cxx"
-
- ;; FIXME: gmp-6.0.0a's config.guess fails on
- ;; multi-core armhf systems.
- ,@(if (%current-target-system)
- '()
- (let ((triplet
- (nix-system->gnu-triplet (%current-system))))
- (list (string-append "--build=" triplet)))))))
+ "--enable-cxx")))
(synopsis "Multiple-precision arithmetic library")
(description
"GMP is a library for arbitrary precision arithmetic, operating on
- branch core-updates updated (f727ec5 -> 7a34576), Mark H. Weaver, 2015/07/13
- 03/06: gnu: xbindkeys: Remove --build from configure flags., Mark H. Weaver, 2015/07/13
- 02/06: gnu: gmp: Remove --build from configure-flags.,
Mark H. Weaver <=
- 04/06: gnu: sysfsutils-1: Remove --build from configure flags., Mark H. Weaver, 2015/07/13
- 01/06: build-system/gnu: Pass --build=<triplet> to configure by default., Mark H. Weaver, 2015/07/13
- 06/06: gnu: corkscrew: Pass triplet instead of system as --build and --host., Mark H. Weaver, 2015/07/13
- 05/06: gnu: liba52: Remove --build from configure flags., Mark H. Weaver, 2015/07/13