pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross/arm-none-eabi-gcc arm-none-eabi-gcc: fix build o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/30c1426cc69f
branches: trunk
changeset: 368974:30c1426cc69f
user: wiedi <wiedi%pkgsrc.org@localhost>
date: Sun Sep 24 21:07:17 2017 +0000
description:
arm-none-eabi-gcc: fix build on SunOS
SunOS also needs the libcpp PLIST entries.
diffstat:
cross/arm-none-eabi-gcc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r add4c019980c -r 30c1426cc69f cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile Sun Sep 24 15:07:18 2017 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile Sun Sep 24 21:07:17 2017 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index