From ec130202a36a5a345bae8ca4b01821afeb84f12b Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Fri, 13 Jul 2012 15:54:11 +0000 Subject: Add sqlite3 to NO_CROSS since it depends on libreadline - this would then require cross-gnu to build before we can build cross-bin. --- Makefile.cross | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.cross') diff --git a/Makefile.cross b/Makefile.cross index c01d6cd316a..94a2200f117 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.52 2012/06/20 18:45:44 matthew Exp $ +# $OpenBSD: Makefile.cross,v 1.53 2012/07/13 15:54:10 jsing Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var @@ -133,6 +133,7 @@ NO_CROSS+=microcode NO_CROSS+=groff lynx binutils binutils-2.17 perl texinfo gcc cvs NO_CROSS+=nsd NO_CROSS+=nginx +NO_CROSS+=sqlite3 cross-dirs: ${CROSSDIRS} cross-obj: ${CROSSOBJ} -- cgit v1.2.3