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 Fix build under NetBSD/amd64 7...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/528c99d60d9e
branches:  trunk
changeset: 368881:528c99d60d9e
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Sep 20 03:49:55 2017 +0000

description:
Fix build under NetBSD/amd64 7.1,i 8.0 BETA and 8.99.2
and supress warnings during extraction with bsdtar

diffstat:

 cross/arm-none-eabi-gcc/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r d56005498a50 -r 528c99d60d9e cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile  Wed Sep 20 02:57:31 2017 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile  Wed Sep 20 03:49:55 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/08/31 19:55:19 sevan Exp $
+# $NetBSD: Makefile,v 1.8 2017/09/20 03:49:55 ryoon Exp $
 
 DISTNAME=              gcc-7.2.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
@@ -14,6 +14,8 @@
 COMMENT=               GCC for bare metal ARM EABI
 EXTRACT_SUFX=          .tar.gz
 
+EXTRACT_USING=         bsdtar
+
 # for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549
 # use makeinfo from pkgsrc/devel/gtexinfo.
 TOOL_DEPENDS+=         gtexinfo>=5.1:../../devel/gtexinfo
@@ -59,7 +61,7 @@
 CFLAGS+=       -fbracket-depth=1024
 .endif
 
-.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
 PLIST.libcpp=          yes
 .endif
 



Home | Main Index | Thread Index | Old Index