pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Do not override config.guess and config.sub. The conf...
details: https://anonhg.NetBSD.org/pkgsrc/rev/98d15da6eb59
branches: trunk
changeset: 469913:98d15da6eb59
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Tue Mar 02 19:49:40 2004 +0000
description:
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.
diffstat:
cross/binutils/Makefile | 4 +++-
devel/prc-tools/Makefile | 5 ++++-
2 files changed, 7 insertions(+), 2 deletions(-)
diffs (37 lines):
diff -r 6522d31031cd -r 98d15da6eb59 cross/binutils/Makefile
--- a/cross/binutils/Makefile Tue Mar 02 18:13:58 2004 +0000
+++ b/cross/binutils/Makefile Tue Mar 02 19:49:40 2004 +0000
@@ -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_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} \
diff -r 6522d31031cd -r 98d15da6eb59 devel/prc-tools/Makefile
--- a/devel/prc-tools/Makefile Tue Mar 02 18:13:58 2004 +0000
+++ b/devel/prc-tools/Makefile Tue Mar 02 19:49:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/22 08:24:30 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/03/02 19:49:40 kristerw Exp $
#
DISTNAME= prc-tools-2.2
@@ -37,6 +37,9 @@
USE_MAKEINFO= YES
INFO_FILES= prc-tools.info
+CONFIG_GUESS_OVERRIDE= # empty
+CONFIG_SUB_OVERRIDE= # empty
+
USE_PKGSRC_GCC= # defined
#CONFIGURE_ARGS+=--target=m68k-palmos
Home |
Main Index |
Thread Index |
Old Index