top level CC settings for special tweaks needed

This commit is contained in:
David D. Zuhn
1993-03-30 04:01:55 +00:00
parent 239121e2b7
commit 48686e6d22
2 changed files with 20 additions and 0 deletions

8
config/mh-sun3 Normal file
View File

@@ -0,0 +1,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