diff options
author | Russ Cox <rsc@swtch.com> | 2020-12-30 07:39:16 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2020-12-30 07:53:28 -0500 |
commit | 99dee78c2d44641ba56e5bb640d732f993b3dfa1 (patch) | |
tree | 3e785ab1037b96d4eb2dc321925bc0733332cea8 /unix/make/Make.SunOS-sun4u-gcc | |
parent | 0bd14783426d137428ffae7cd89cfc06b88d1b11 (diff) | |
download | plan9port-99dee78c2d44641ba56e5bb640d732f993b3dfa1.tar.gz plan9port-99dee78c2d44641ba56e5bb640d732f993b3dfa1.tar.bz2 plan9port-99dee78c2d44641ba56e5bb640d732f993b3dfa1.zip |
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.
Diffstat (limited to 'unix/make/Make.SunOS-sun4u-gcc')
-rw-r--r-- | unix/make/Make.SunOS-sun4u-gcc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unix/make/Make.SunOS-sun4u-gcc b/unix/make/Make.SunOS-sun4u-gcc deleted file mode 100644 index 5c415948..00000000 --- a/unix/make/Make.SunOS-sun4u-gcc +++ /dev/null @@ -1,6 +0,0 @@ -CC=gcc -CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -O=o -AR=ar -ARFLAGS=rvc -NAN=nan64.$O |