mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: gmp: Remove --build from configure-flags.
This is a followup to commit 3c7d023d64
,
"build-system/gnu: Pass --build=<triplet> to configure by default"
* gnu/packages/multiprecision.scm (gmp)[arguments]: Remove field.
This commit is contained in:
parent
3c7d023d64
commit
b2314ca228
1 changed files with 1 additions and 9 deletions
|
@ -47,15 +47,7 @@ (define-public gmp
|
||||||
'(;; Build a "fat binary", with routines for several
|
'(;; Build a "fat binary", with routines for several
|
||||||
;; sub-architectures.
|
;; sub-architectures.
|
||||||
"--enable-fat"
|
"--enable-fat"
|
||||||
"--enable-cxx"
|
"--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)))))))
|
|
||||||
(synopsis "Multiple-precision arithmetic library")
|
(synopsis "Multiple-precision arithmetic library")
|
||||||
(description
|
(description
|
||||||
"GMP is a library for arbitrary precision arithmetic, operating on
|
"GMP is a library for arbitrary precision arithmetic, operating on
|
||||||
|
|
Loading…
Reference in a new issue