pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/arm-none-eabi-binutils cross/arm-none-eabi-binut...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ed0a4dc62ea
branches:  trunk
changeset: 413275:5ed0a4dc62ea
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Mar 17 21:33:24 2020 +0000

description:
cross/arm-none-eabi-binutils: don't check for unknown configure options

This is required when building with GNU_CONFIGURE_STRICT=yes.

diffstat:

 cross/arm-none-eabi-binutils/Makefile |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 46e6369e246a -r 5ed0a4dc62ea cross/arm-none-eabi-binutils/Makefile
--- a/cross/arm-none-eabi-binutils/Makefile     Tue Mar 17 21:23:22 2020 +0000
+++ b/cross/arm-none-eabi-binutils/Makefile     Tue Mar 17 21:33:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/05/12 06:19:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/17 21:33:24 rillig Exp $
 
 DISTNAME=      binutils-2.32
 PKGNAME=       cross-arm-none-eabi-${DISTNAME}
@@ -11,9 +11,10 @@
 COMMENT=       Cross binutils for bare metal ARM EABI
 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 # several sub-configures don't know --enable-nls
 
 ARMELF_PREFIX=         ${PREFIX}/cross-arm-none-eabi
 
@@ -22,7 +23,8 @@
 CONFIGURE_SCRIPT=      ${WRKSRC}/configure
 GNU_CONFIGURE_PREFIX=  ${ARMELF_PREFIX}
 
-CONFIGURE_ARGS+=       --disable-werror --target=arm-none-eabi
+CONFIGURE_ARGS+=       --disable-werror
+CONFIGURE_ARGS+=       --target=arm-none-eabi
 CONFIGURE_ARGS+=       --disable-nls
 INFO_FILES=            yes
 



Home | Main Index | Thread Index | Old Index