pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Mar 20 17:52:43 UTC 2020

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

Log Message:
cross/aarch64-none-elf-binutils: disable configure options check


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/cross/aarch64-none-elf-binutils/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-binutils/Makefile
diff -u pkgsrc/cross/aarch64-none-elf-binutils/Makefile:1.3 pkgsrc/cross/aarch64-none-elf-binutils/Makefile:1.4
--- pkgsrc/cross/aarch64-none-elf-binutils/Makefile:1.3 Fri Nov 23 05:29:39 2018
+++ pkgsrc/cross/aarch64-none-elf-binutils/Makefile     Fri Mar 20 17:52:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/11/23 05:29:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/20 17:52:42 rillig Exp $
 
 DISTNAME=      binutils-2.31.1
 PKGNAME=       cross-aarch64-none-elf-${DISTNAME}
@@ -11,9 +11,10 @@ HOMEPAGE=    # empty
 COMMENT=       Cross binutils for bare metal AArch64 ELF
 LICENSE=       gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
 
-USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake makeinfo
-GNU_CONFIGURE= yes
+USE_LIBTOOL=           yes
+USE_TOOLS+=            gmake makeinfo
+GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has several sub-configures
 
 ARMELF_PREFIX=         ${PREFIX}/cross-aarch64-none-elf
 



Home | Main Index | Thread Index | Old Index