summaryrefslogtreecommitdiff
path: root/cross/arm-none-eabi-gcc
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2017-09-24 21:07:17 +0000
committerwiedi <wiedi@pkgsrc.org>2017-09-24 21:07:17 +0000
commit965f13cb15e6ca081b56cc3d0835239396409212 (patch)
treeeeddff9509e5e0ed5d8c56d397658ff768a25157 /cross/arm-none-eabi-gcc
parent405533fcdd761e1b8f64aa2b895d1a5c56608493 (diff)
downloadpkgsrc-965f13cb15e6ca081b56cc3d0835239396409212.tar.gz
arm-none-eabi-gcc: fix build on SunOS
SunOS also needs the libcpp PLIST entries.
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 77c0a72fcf0..0dfc78e197e 100644
--- a/cross/arm-none-eabi-gcc/Makefile
+++ b/cross/arm-none-eabi-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/09/20 03:49:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/24 21:07:17 wiedi Exp $
DISTNAME= gcc-7.2.0
PKGNAME= cross-arm-none-eabi-${DISTNAME}
@@ -61,7 +61,7 @@ PLIST_VARS+= libcpp
CFLAGS+= -fbracket-depth=1024
.endif
-.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
PLIST.libcpp= yes
.endif