pkgsrc-Changes archive

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

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



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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/cross/mipsel-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/mipsel-none-elf-gcc/Makefile
diff -u pkgsrc/cross/mipsel-none-elf-gcc/Makefile:1.6 pkgsrc/cross/mipsel-none-elf-gcc/Makefile:1.7
--- pkgsrc/cross/mipsel-none-elf-gcc/Makefile:1.6       Wed Jan 31 16:42:51 2024
+++ pkgsrc/cross/mipsel-none-elf-gcc/Makefile   Mon May 13 23:08:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/01/31 16:42:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2024/05/13 23:08:21 gutteridge Exp $
 
 DISTNAME=              gcc-13.2.0
 PKGNAME=               cross-mipsel-none-elf-${DISTNAME}
@@ -42,8 +42,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=  ${MIPSELELF_PREFIX}
 
 CONFIGURE_ARGS+=       --target=mipsel-none-elf



Home | Main Index | Thread Index | Old Index