1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

First cleanup to get to compiling (warnings, no errors) FreeBSD

This commit is contained in:
Nick Briggs
2017-05-25 12:51:47 -07:00
parent be2101ac49
commit 02569edbe0
12 changed files with 44 additions and 18 deletions

View File

@@ -19,14 +19,14 @@ XFLAGS = -I/usr/local/include -DXWINDOW -DNOPIXRECT -D$(XVERSION) # $(CLXFLAGS)
# This is to make the %$#@! Apollo cc happy
OEXT = .o
# OPTFLAGS is normally -O2.
OPTFLAGS = -Ofast -g
DISPOPTFLAGS = -O -g
OPTFLAGS = -O1 -gdwarf-2
DISPOPTFLAGS = -O1 -gdwarf-2
FPFLAGS =
DFLAGS = -DFSERROR -DNEW_STORAGE -DFREEBSD -DOLD_CURSOR -DUSETERMIOS \
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
-DRELEASE=351 -D__USE_BSD
LDFLAGS = -L/usr/local/lib -lX11 -lc -lm
LDFLAGS = -L/usr/local/lib -lX11 -lc -lm -lcrypt
LDELDFLAGS = -L/usr/local/lib -lX11 -lc -lm
INLINE = # $(SRCDIR)dspSPARC.il