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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user