Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/gcc don't configure with multilibs when doing mknative



details:   https://anonhg.NetBSD.org/src/rev/f1bde812f133
branches:  trunk
changeset: 549998:f1bde812f133
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jul 27 14:44:00 2003 +0000

description:
don't configure with multilibs when doing mknative

diffstat:

 tools/gcc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8fa241679985 -r f1bde812f133 tools/gcc/Makefile
--- a/tools/gcc/Makefile        Sun Jul 27 14:41:32 2003 +0000
+++ b/tools/gcc/Makefile        Sun Jul 27 14:44:00 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2003/07/25 16:26:53 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2003/07/27 14:44:00 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -63,6 +63,7 @@
                        gdb_cv_printf_has_long_long=yes \
                        gdb_cv_scanf_has_long_double=yes \
                        sh ${GNUHOSTDIST}/configure \
+                       --disable-multilib \
                        --build=`${.CURDIR}/../../gnu/dist/gcc/config.guess` \
                        --host=${MACHINE_GNU_PLATFORM} \
                        --target=${MACHINE_GNU_PLATFORM}) && \



Home | Main Index | Thread Index | Old Index