pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cross/riscv64-none-elf-gcc



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon May 13 23:08:56 UTC 2024

Modified Files:
        pkgsrc/cross/riscv64-none-elf-gcc: Makefile

Log Message:
riscv64-none-elf-gcc: drop duplicated CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cross/riscv64-none-elf-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/riscv64-none-elf-gcc/Makefile
diff -u pkgsrc/cross/riscv64-none-elf-gcc/Makefile:1.2 pkgsrc/cross/riscv64-none-elf-gcc/Makefile:1.3
--- pkgsrc/cross/riscv64-none-elf-gcc/Makefile:1.2      Tue Mar 19 14:24:34 2024
+++ pkgsrc/cross/riscv64-none-elf-gcc/Makefile  Mon May 13 23:08:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/03/19 14:24:34 dogcow Exp $
+# $NetBSD: Makefile,v 1.3 2024/05/13 23:08:56 gutteridge Exp $
 
 DISTNAME=              gcc-13.2.0
 PKGNAME=               cross-riscv64-none-elf-${DISTNAME}
@@ -11,7 +11,6 @@ DISTFILES=            ${DEFAULT_DISTFILES} \
                        newlib-${NEWLIBVER}.tar.gz
 SITES.newlib-${NEWLIBVER}.tar.gz=      https://www.sourceware.org/pub/newlib/
 
-
 MAINTAINER=            port-riscv%NetBSD.org@localhost
 HOMEPAGE=              # none
 COMMENT=               GCC for bare metal RISC-V 64-bit little-endian ELF
@@ -45,8 +44,6 @@ USE_TOOLS+=           bash gmake gsed makeinfo pe
 
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # has sub-configures
-CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building
-
 GNU_CONFIGURE_PREFIX=  ${RISCV64ELF_PREFIX}
 
 CONFIGURE_ARGS+=       --target=riscv64-none-elf



Home | Main Index | Thread Index | Old Index