mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-25 19:46:21 +00:00
Remove optck (#286)
This was for checking for a bug in old versions of the SunOS tools and is no longer relevant.
This commit is contained in:
@@ -2,7 +2,7 @@ AFLAGS = /T
|
||||
ARCHFILES = dosmouse.obj doskbd.obj vesafns.obj vesainit.obj vgainit.obj kbdif.obj
|
||||
|
||||
|
||||
ADMINFILES = makefile mkvdate.c optck.c
|
||||
ADMINFILES = makefile mkvdate.c
|
||||
|
||||
LPFILES = lpmain.obj lpread.obj lpsolve.obj lpwrite.obj lpdual.obj lptran.obj
|
||||
|
||||
|
||||
17
bin/optck.sh
17
bin/optck.sh
@@ -1,17 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Check whether Assembler optimization is correct or not.
|
||||
#
|
||||
|
||||
if [ -f ./optck ]; then
|
||||
/bin/rm -f ./optck
|
||||
fi
|
||||
/bin/cc -O2 ../src/optck.c -o optck
|
||||
res=`./optck`
|
||||
|
||||
if [ "$res" = "wrong" ]; then
|
||||
echo -n "-Qoption as -O~M"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user