diff options
| author | nia <nia@pkgsrc.org> | 2021-05-20 06:12:53 +0000 |
|---|---|---|
| committer | nia <nia@pkgsrc.org> | 2021-05-20 06:12:53 +0000 |
| commit | befe6bbb29bf54e3685debdaf9081271b2380b1f (patch) | |
| tree | 12191549764a3f617b00d359110d8a914cf9c89d /math/libquadmath/Makefile | |
| parent | 64286990ee5108c003e23b7834d8da1f53785e9f (diff) | |
| download | pkgsrc-befe6bbb29bf54e3685debdaf9081271b2380b1f.tar.gz | |
libquadmath: mark only for x86
Diffstat (limited to 'math/libquadmath/Makefile')
| -rw-r--r-- | math/libquadmath/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/libquadmath/Makefile b/math/libquadmath/Makefile index 13f7e685b9c..4784f6e7a6f 100644 --- a/math/libquadmath/Makefile +++ b/math/libquadmath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/05/16 10:10:54 nia Exp $ +# $NetBSD: Makefile,v 1.2 2021/05/20 06:12:53 nia Exp $ DISTNAME= gcc-11.1.0 PKGNAME= ${DISTNAME:S/gcc/libquadmath/} @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes INFO_FILES= yes +ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 + GNU_CONFIGURE_STRICT= no ## Build outside ${WRKSRC} |
