Source-Changes-HG archive

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

[src/trunk]: src/lib/lua Check MKPIC and don't hard-code m68k.



details:   https://anonhg.NetBSD.org/src/rev/10a862c80f2c
branches:  trunk
changeset: 771074:10a862c80f2c
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Nov 08 01:52:05 2011 +0000

description:
Check MKPIC and don't hard-code m68k.

diffstat:

 lib/lua/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r b09189db01f9 -r 10a862c80f2c lib/lua/Makefile
--- a/lib/lua/Makefile  Tue Nov 08 00:55:53 2011 +0000
+++ b/lib/lua/Makefile  Tue Nov 08 01:52:05 2011 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.4 2011/10/15 10:46:24 mbalmer Exp $
+#      $NetBSD: Makefile,v 1.5 2011/11/08 01:52:05 joerg Exp $
 
 .include <bsd.own.mk>
 
-.if ${MACHINE_ARCH} != "m68000"
+.if ${MKPIC} != "no"
 # No support for shared libraries and pic code.
 SUBDIR+=       gpio sqlite
 .endif



Home | Main Index | Thread Index | Old Index