diff options
author | 2014-08-24 20:04:10 +0000 | |
---|---|---|
committer | 2014-08-24 20:04:10 +0000 | |
commit | b9442fa6d039f197c2064b1ef76548352f1b06fa (patch) | |
tree | 256b6bcd58177ccb6c568a2a6d333f6d6290542e | |
parent | Delete the function svc_get_all(). (diff) | |
download | wireguard-openbsd-b9442fa6d039f197c2064b1ef76548352f1b06fa.tar.xz wireguard-openbsd-b9442fa6d039f197c2064b1ef76548352f1b06fa.zip |
more NO_CROSS
-rw-r--r-- | Makefile.cross | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.cross b/Makefile.cross index d265046d438..87c9c9151e5 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.72 2014/07/16 01:23:39 deraadt Exp $ +# $OpenBSD: Makefile.cross,v 1.73 2014/08/24 20:04:10 deraadt 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 @@ -110,12 +110,9 @@ BINUTILS_DIR=gnu/usr.bin/${BINUTILS_VERSION} #NO_CROSS+= dc passwd ppp tcpdump telnet ftp gzsig sasyncd vnconfig # explicit cross-compile -NO_CROSS+=bind -NO_CROSS+=httpd NO_CROSS+=microcode NO_CROSS+=groff binutils binutils-2.17 perl texinfo gcc cvs NO_CROSS+=nsd -NO_CROSS+=nginx NO_CROSS+=sqlite3 cross-dirs: ${CROSSDIRS} |