summaryrefslogtreecommitdiff
path: root/cross/COMMON
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-01-13 14:56:38 +0000
committertv <tv@pkgsrc.org>1999-01-13 14:56:38 +0000
commit7945cee095820257eabeae95428c403c69d8f7c7 (patch)
tree6dcd05b1fe2fd8266b315d5f5fd38b4ea6d1e9ce /cross/COMMON
parent24f7d90cafd36412709f5f4d8ef8059318e20959 (diff)
downloadpkgsrc-7945cee095820257eabeae95428c403c69d8f7c7.tar.gz
Add --enable-64-bit-bfd to gas's configure args to match binutils pkg's
args.
Diffstat (limited to 'cross/COMMON')
-rw-r--r--cross/COMMON/cross.mk4
1 files 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} \