* mh-linux: Don't put -static in LDFLAGS. Add comments.
This commit is contained in:
parent
90081eca02
commit
1c50f634d1
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
# 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
|
||||
LDFLAGS = -static
|
||||
|
||||
# What is this doing here?
|
||||
#LDFLAGS = -static
|
||||
|
|
Loading…
Reference in a new issue