diff options
author | tv <tv> | 1999-01-13 14:56:38 +0000 |
---|---|---|
committer | tv <tv> | 1999-01-13 14:56:38 +0000 |
commit | dd78c06c904352b7924a59a924c1f98a8f43f2a1 (patch) | |
tree | 6dcd05b1fe2fd8266b315d5f5fd38b4ea6d1e9ce /cross/COMMON | |
parent | 6de13d19047a28b3ec94cab316c5c529562276c4 (diff) | |
download | pkgsrc-dd78c06c904352b7924a59a924c1f98a8f43f2a1.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.mk | 4 |
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} \ |