aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-15 23:01:36 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-15 23:01:36 +0000
commit1c50f634d14cd8c95634dccae39b3c74c6ceb98d (patch)
tree1f9733c414f66d23ff71728daf615b4fe30d6a21 /config
parent90081eca02fb0b676a3358718cbb649a5a7688c3 (diff)
downloadgdb-1c50f634d14cd8c95634dccae39b3c74c6ceb98d.zip
gdb-1c50f634d14cd8c95634dccae39b3c74c6ceb98d.tar.gz
gdb-1c50f634d14cd8c95634dccae39b3c74c6ceb98d.tar.bz2
* mh-linux: Don't put -static in LDFLAGS. Add comments.
Diffstat (limited to 'config')
-rw-r--r--config/mh-linux6
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