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.SunOS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 unix/make/Make.SunOS (limited to 'unix/make/Make.SunOS') diff --git a/unix/make/Make.SunOS b/unix/make/Make.SunOS new file mode 100644 index 00000000..a306597b --- /dev/null +++ b/unix/make/Make.SunOS @@ -0,0 +1,2 @@ +include Make.SunOS-$(CC) +NAN=nan64.$O -- cgit v1.2.3