mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-30 15:30:41 +00:00
9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
# Define SYSV as -DSYSV if you are using a System V operating system.
|
|
# FIXME: What is this used for? It should go away (and even if it hasn't,
|
|
# it's not clear linux should define it).
|
|
SYSV = -DSYSV
|
|
RANLIB = ranlib
|
|
|
|
# What is this doing here?
|
|
#LDFLAGS = -static
|