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-sun4u-cc | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 unix/make/Make.SunOS-sun4u-cc (limited to 'unix/make/Make.SunOS-sun4u-cc') diff --git a/unix/make/Make.SunOS-sun4u-cc b/unix/make/Make.SunOS-sun4u-cc deleted file mode 100644 index 829301de..00000000 --- a/unix/make/Make.SunOS-sun4u-cc +++ /dev/null @@ -1,6 +0,0 @@ -CC=cc -CFLAGS+=-g -c -I. -O -O=o -AR=ar -ARFLAGS=rvc -NAN=nan64.$O -- cgit v1.2.3