From: Jim Kingdon Date: Mon, 15 Nov 1993 23:01:36 +0000 (+0000) Subject: * mh-linux: Don't put -static in LDFLAGS. Add comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c50f634d14cd8c95634dccae39b3c74c6ceb98d;p=binutils-gdb.git * mh-linux: Don't put -static in LDFLAGS. Add comments. --- diff --git a/config/mh-linux b/config/mh-linux index 2eb4083fe14..5763f77ef3f 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