diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-06 12:17:18 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-06 12:17:18 +0000 |
commit | 01edc4465ad4cf2bd0688de24f469d4b90e6fa64 (patch) | |
tree | 00e5510a413b318098eeeaac584429a332a73b33 | |
parent | 4143f557309a93eed778fbbda3c0976611e78770 (diff) |
lang/nwcc: enable on powerpc64le
-rw-r--r-- | lang/nwcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nwcc/Makefile b/lang/nwcc/Makefile index 739e32e363af..fd0961415cac 100644 --- a/lang/nwcc/Makefile +++ b/lang/nwcc/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= Nils Weller's C compiler for Unix systems -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 powerpc64le HAS_CONFIGURE= yes CONFIGURE_ARGS= --installprefix=${PREFIX} |