diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-15 23:01:36 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-15 23:01:36 +0000 |
commit | 1c50f634d14cd8c95634dccae39b3c74c6ceb98d (patch) | |
tree | 1f9733c414f66d23ff71728daf615b4fe30d6a21 /config/mh-linux | |
parent | 90081eca02fb0b676a3358718cbb649a5a7688c3 (diff) | |
download | gdb-1c50f634d14cd8c95634dccae39b3c74c6ceb98d.zip gdb-1c50f634d14cd8c95634dccae39b3c74c6ceb98d.tar.gz gdb-1c50f634d14cd8c95634dccae39b3c74c6ceb98d.tar.bz2 |
* mh-linux: Don't put -static in LDFLAGS. Add comments.
Diffstat (limited to 'config/mh-linux')
-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 |