24 lines
686 B
Plaintext
24 lines
686 B
Plaintext
--- ../virgin/gogo224b/Makefile Fri Jan 21 19:28:35 2000
|
|
+++ ./Makefile Sun Jan 30 17:11:46 2000
|
|
@@ -40,8 +40,13 @@
|
|
|
|
# NetBSD/i386 1.4.1
|
|
#CC=gcc -D__unix__ -c -mcpu=pentiumpro -malign-double -O6 -fstrength-reduce -fexpensive-optimizations -finline-functions -fomit-frame-pointer -funroll-loops
|
|
+
|
|
+# OpenBSD/i386 2.6
|
|
+CC=gcc -D__unix__ -c -mcpu=pentiumpro -malign-double -O6 -fstrength-reduce -fexpensive-optimizations -finline-functions -fomit-frame-pointer -funroll-loops
|
|
+
|
|
endif
|
|
|
|
+
|
|
AS=nasm
|
|
LD=gcc
|
|
|
|
@@ -150,3 +155,6 @@
|
|
msubtbl.o : msubtbl.nas nasm.h
|
|
msub3dn.o : msub3dn.nas nasm.h
|
|
msubfpu.o : msubfpu.nas nasm.h
|
|
+
|
|
+install: gogo
|
|
+ install -s -m 755 gogo ${PREFIX}/bin
|