Skip to content
Snippets Groups Projects
Config.sun4_solaris_sunc 386 B
Newer Older
ram's avatar
ram committed
CPPFLAGS = -I/usr/include/X11 -DSOLARIS -DSVR4
CC = cc
CPP = cc -E
# -xs so we can use gdb
CFLAGS = -g -xs
# SunC 2.0.1 doesn't understand .S suffixes anymore.
COMPILE.S = as -P $(CPPFLAGS)
NM = ./solaris-nm
ASSEM_SRC = sparc-assem.S
ARCH_SRC = sparc-arch.c
pw's avatar
pw committed
OS_SRC = sunos-os.c os-common.c undefineds.c
ram's avatar
ram committed
OS_LINK_FLAGS=
OS_LIBS= -lsocket -lnsl -ldl

vpath /home/casper/cmucl/src/17e/lisp