From 99dee78c2d44641ba56e5bb640d732f993b3dfa1 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 30 Dec 2020 07:39:16 -0500 Subject: all: remove $OBJTYPE from build Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port. --- unix/make/Make.OpenBSD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 unix/make/Make.OpenBSD (limited to 'unix/make/Make.OpenBSD') diff --git a/unix/make/Make.OpenBSD b/unix/make/Make.OpenBSD new file mode 100644 index 00000000..87aa579f --- /dev/null +++ b/unix/make/Make.OpenBSD @@ -0,0 +1,6 @@ +CC=gcc +CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I$(PREFIX)/include +O=o +AR=ar +ARFLAGS=rvc +NAN=nan64.$O -- cgit v1.2.3