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:   ryoon
Date:           Wed Sep 20 03:49:55 UTC 2017

Modified Files:
        pkgsrc/cross/arm-none-eabi-gcc: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.8
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.7 Thu Aug 31 19:55:19 2017
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile     Wed Sep 20 03:49:55 2017
@@ -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 @@ HOMEPAGE=             # none
 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 @@ PLIST_VARS+=          libcpp
 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