1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-05-02 22:43:33 +00:00

Remove ANSICC and related variables. (#257)

In the SunOS 4 days, the system cc apparently couldn't compile
the lp* files, so there was an arrangement to use an `ANSICC`,
which was just `gcc`, to build those files.

We no longer have this issue.
This commit is contained in:
Bruce Mitchener
2021-01-21 00:43:46 +07:00
committed by GitHub
parent d311b0f4c8
commit 45d67305e7
2 changed files with 9 additions and 11 deletions

View File

@@ -11,7 +11,6 @@ RELDIR = ../RELEASE/
MAIN = _main
RANLIB = ranlib
AR = ar rcv
ANSICC = $(CC)
# Compiler flags
CLANG_CFLAGS = -std=gnu99 -fno-strict-aliasing -fwrapv