pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/arm-none-eabi-gcc
Module Name: pkgsrc
Committed By: wiedi
Date: Sun Sep 24 21:07:17 UTC 2017
Modified Files:
pkgsrc/cross/arm-none-eabi-gcc: Makefile
Log Message:
arm-none-eabi-gcc: fix build on SunOS
SunOS also needs the libcpp PLIST entries.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/cross/arm-none-eabi-gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/arm-none-eabi-gcc/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.8 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.9
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.8 Wed Sep 20 03:49:55 2017
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile Sun Sep 24 21:07:17 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index