pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 17:56:45 UTC 2020

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

Log Message:
cross/aarch64-none-elf-gcc: skip check for unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/cross/aarch64-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/aarch64-none-elf-gcc/Makefile
diff -u pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.13 pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.14
--- pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.13     Wed Apr  1 17:44:06 2020
+++ pkgsrc/cross/aarch64-none-elf-gcc/Makefile  Sun May  3 17:56:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/04/01 17:44:06 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2020/05/03 17:56:45 rillig Exp $
 
 DISTNAME=              gcc-8.2.0
 PKGNAME=               cross-aarch64-none-elf-${DISTNAME}
@@ -34,6 +34,7 @@ CONFIG_SHELL=         ${TOOLS_PATH.bash}
 WRAPPER_SHELL=         ${TOOLS_PATH.bash}
 USE_TOOLS+=            bash gmake makeinfo perl
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
 CHECK_PORTABILITY_SKIP+=contrib/*
 
 GNU_CONFIGURE_PREFIX=  ${AARCH64ELF_PREFIX}



Home | Main Index | Thread Index | Old Index