Module Name:    src
Committed By:   mrg
Date:           Sat Nov 22 19:41:27 UTC 2014

Modified Files:
        src/tools/gcc: Makefile

Log Message:
use --disable-shared on m68000 for mknative.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/tools/gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/gcc/Makefile
diff -u src/tools/gcc/Makefile:1.72 src/tools/gcc/Makefile:1.73
--- src/tools/gcc/Makefile:1.72	Fri Oct 10 20:23:22 2014
+++ src/tools/gcc/Makefile	Sat Nov 22 19:41:27 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.72 2014/10/10 20:23:22 mrg Exp $
+#	$NetBSD: Makefile,v 1.73 2014/11/22 19:41:27 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -181,6 +181,10 @@ NATIVE_CONFIGURE_ARGS+= --enable-tls
 NATIVE_CONFIGURE_ARGS+=	--enable-initfini-array
 .endif
 
+.if ${MACHINE_ARCH} == "m68000"
+NATIVE_CONFIGURE_ARGS+= --disable-shared
+.endif
+
 NATIVE_CONFIGURE_ARGS+=	\
 			--disable-multilib \
 			--disable-symvers \

Reply via email to