diff options
-rw-r--r-- | config/mh-linux | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/mh-linux b/config/mh-linux index 2eb4083..5763f77 100644 --- a/config/mh-linux +++ b/config/mh-linux @@ -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 |