summaryrefslogtreecommitdiff
path: root/cross/COMMON
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>1999-05-21 09:37:07 +0000
committermrg <mrg@pkgsrc.org>1999-05-21 09:37:07 +0000
commit1f50486c35c47b88fee3c91c097e0406945260ee (patch)
treec3a821d8fea942ca8b6f6193b5a2b6c1281ffc4b /cross/COMMON
parentd20da62ea872817f675acbe9c5e19e36de0067a4 (diff)
downloadpkgsrc-1f50486c35c47b88fee3c91c097e0406945260ee.tar.gz
disable sparc64 support for now; it kills sparc-netbsdelf which is actually very useful right now.
Diffstat (limited to 'cross/COMMON')
-rw-r--r--cross/COMMON/cross.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk
index 6cc0d135936..aed3413b8e0 100644
--- a/cross/COMMON/cross.mk
+++ b/cross/COMMON/cross.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cross.mk,v 1.10 1999/02/18 13:46:32 tv Exp $
+# $NetBSD: cross.mk,v 1.11 1999/05/21 09:37:07 mrg Exp $
# Shared definitions for building a cross-compile environment.
@@ -49,11 +49,13 @@ binutils-patch:
${PATCH} -d ${BINUTILS_WRKSRC} --forward --quiet -E < $$i; \
done
+BFD64ARG= --enable-64-bit-bfd
+
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} --enable-64-bit-bfd
+ --target=${TARGET_ARCH} ${BFD64ARG}
binutils-build:
@cd ${BINUTILS_WRKSRC}/bfd && ${SETENV} ${MAKE_ENV} \