mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
2c4bbe475b
errors from the HPUX 8 compilers.
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
# Define SYSV as -DSYSV if you are using a System V operating system.
|
|
CC = cc -Wp,-H256000
|
|
SYSV = -DSYSV
|
|
RANLIB = true
|
|
|
|
# X11
|
|
X11_INCLUDE_FLAGS = -I/usr/include/X11R4
|
|
X11_LIB_FLAGS = -L/usr/lib/X11R4
|