libquadmath: mark only for x86
This commit is contained in:
parent
0053331bc6
commit
cfe01418b6
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue