mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
9 lines
268 B
Plaintext
9 lines
268 B
Plaintext
# 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
|