Skip to content
Snippets Groups Projects
Config.sgi_52 525 B
Newer Older
# To make the Depends file temporarily change Config to use gcc instead of cc.
# For some reason mips-assem.S and mips-assem.s must be linked to the
# mips-assem.S source file.
CPPFLAGS = -I. -Dirix -DSVR4
hallgren's avatar
hallgren committed
CC = cc # -Wall -Wstrict-prototypes -Wmissing-prototypes
CPP = cpp
CFLAGS = -Dirix -DSVR4 -D_BSD_SIGNALS -non_shared -g
hallgren's avatar
hallgren committed
ASFLAGS = -g -Dirix -non_shared
NM = irix-nm
UNDEFSYMPATTERN=-Xlinker -u -Xlinker &
ASSEM_SRC = mips-assem.S
ARCH_SRC = mips-arch.c
OS_SRC = irix-os.c os-common.c
OS_LINK_FLAGS= -non_shared
OS_LIBS=