ca2e97d54f
BUGS FIXED * Make Intel Broadwell configurations work on Windows. FEATURES * Work around faulty cpuid on some recent Intel chips (this allows GMP to run on Skylake Pentiums). * Support thumb-less ARM chips.
13 lines
309 B
Makefile
13 lines
309 B
Makefile
# $NetBSD: buildlink3.mk,v 1.12 2016/08/23 05:10:48 adam Exp $
|
|
|
|
BUILDLINK_TREE+= gmp
|
|
|
|
.if !defined(GMP_BUILDLINK3_MK)
|
|
GMP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gmp+= gmp>=4.2.1
|
|
BUILDLINK_ABI_DEPENDS.gmp+= gmp>=5.0.1
|
|
BUILDLINK_PKGSRCDIR.gmp?= ../../devel/gmp
|
|
.endif # GMP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gmp
|