diff options
author | dbj <dbj@pkgsrc.org> | 2018-01-22 04:38:42 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2018-01-22 04:38:42 +0000 |
commit | 2f3ab91a223a2db697bf5144d5354f2eb5ac7053 (patch) | |
tree | 26d51aeaccdd16105d440d0a9b50d213c4ab3e83 /cross | |
parent | 7ac9981f93dea5414cc92f41c16125353027caa9 (diff) | |
download | pkgsrc-2f3ab91a223a2db697bf5144d5354f2eb5ac7053.tar.gz |
enable PLIST.libcpp on Darwin
Diffstat (limited to 'cross')
-rw-r--r-- | cross/arm-none-eabi-gcc/Makefile | 4 |
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 |