Newer
Older
# To make the Depends file temporarily change Config to use gcc instead of cc.
CC = cc # -Wall -Wstrict-prototypes -Wmissing-prototypes
CPP = cpp
CFLAGS = -Dirix -DSVR4 -D_BSD_SIGNALS -non_shared -g
# For some reason mips-assem.S and mips-assem.s must both be linked to the
# mips-assem.S source file. It seems that .S means something wierd on this
# platform. Also, make sure that "as" is /usr/bin/as, not the
# gnu assembler.
NM = irix-nm
UNDEFSYMPATTERN=-Xlinker -u -Xlinker &
ASSEM_SRC = mips-assem.S
ARCH_SRC = mips-arch.c