From 7945cee095820257eabeae95428c403c69d8f7c7 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 13 Jan 1999 14:56:38 +0000 Subject: Add --enable-64-bit-bfd to gas's configure args to match binutils pkg's args. --- cross/COMMON/cross.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk index 324f2f5e872..baf7250147d 100644 --- a/cross/COMMON/cross.mk +++ b/cross/COMMON/cross.mk @@ -1,4 +1,4 @@ -# $NetBSD: cross.mk,v 1.5 1999/01/06 01:14:20 tv Exp $ +# $NetBSD: cross.mk,v 1.6 1999/01/13 14:56:38 tv Exp $ # Shared definitions for building a cross-compile environment. @@ -53,7 +53,7 @@ binutils-configure: @cd ${BINUTILS_WRKSRC} && ${SETENV} CC="${CC}" ac_cv_path_CC="${CC}" \ CFLAGS="${CFLAGS}" ${CONFIGURE_ENV} ./configure \ --prefix=${PREFIX} --host=${MACHINE_GNU_ARCH}--netbsd \ - --target=${TARGET_ARCH} + --target=${TARGET_ARCH} --enable-64-bit-bfd binutils-build: @cd ${BINUTILS_WRKSRC}/bfd && ${SETENV} ${MAKE_ENV} \ -- cgit v1.2.3