From fc0bb0e9ff513c64399cd09e27d82e9190b2cad8 Mon Sep 17 00:00:00 2001 From: kristerw Date: Tue, 2 Mar 2004 19:49:40 +0000 Subject: Do not override config.guess and config.sub. The configure script is called with a hard-coded target that is not in the pkgsrc/mk/gnu-config/ files. --- cross/binutils/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cross') diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index 14668fe18af..aeb2b97b008 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2003/07/17 21:27:51 grant Exp $ +# $NetBSD: Makefile,v 1.32 2004/03/02 19:58:53 kristerw Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which @@ -18,6 +18,8 @@ USE_CROSSBASE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIG_GUESS_OVERRIDE= # empty +CONFIG_SUB_OVERRIDE= # empty GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-64-bit-bfd CONFIGURE_ARGS+= --enable-targets=${ENABLE_TARGETS_LIST} \ -- cgit v1.2.3