aboutsummaryrefslogtreecommitdiff
path: root/config/mh-sun3
blob: d6ac95596c7459476a9a093b6b014481d2509e98 (plain)
1
2
3
4
5
6
7
8
# X11 
OPENWINHOME = /usr/openwin
X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
X11_LIB_FLAGS = -L$(OPENWINHOME)/lib

# Sun's C compiler needs the -J flag to be able to compile cp-parse.c
# without overflowing the jump tables (-J says to use a 32 bit table)
CC = cc -J