summaryrefslogtreecommitdiff
path: root/cross/arm-none-eabi-gcc
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>2018-01-22 04:38:42 +0000
committerdbj <dbj@pkgsrc.org>2018-01-22 04:38:42 +0000
commit2f3ab91a223a2db697bf5144d5354f2eb5ac7053 (patch)
tree26d51aeaccdd16105d440d0a9b50d213c4ab3e83 /cross/arm-none-eabi-gcc
parent7ac9981f93dea5414cc92f41c16125353027caa9 (diff)
downloadpkgsrc-2f3ab91a223a2db697bf5144d5354f2eb5ac7053.tar.gz
enable PLIST.libcpp on Darwin
Diffstat (limited to 'cross/arm-none-eabi-gcc')
-rw-r--r--cross/arm-none-eabi-gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/arm-none-eabi-gcc/Makefile b/cross/arm-none-eabi-gcc/Makefile
index ca99d162728..b21fc35fdfb 100644
--- a/cross/arm-none-eabi-gcc/Makefile
+++ b/cross/arm-none-eabi-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/01/18 14:39:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2018/01/22 04:38:42 dbj Exp $
DISTNAME= gcc-7.2.0
PKGNAME= cross-arm-none-eabi-${DISTNAME}
@@ -60,7 +60,7 @@ PLIST_VARS+= libcpp
CFLAGS+= -fbracket-depth=1024
.endif
-.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
PLIST.libcpp= yes
.endif