From 1c50f634d14cd8c95634dccae39b3c74c6ceb98d Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 15 Nov 1993 23:01:36 +0000 Subject: * mh-linux: Don't put -static in LDFLAGS. Add comments. --- config/mh-linux | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.1