projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90081ec
)
* mh-linux: Don't put -static in LDFLAGS. Add comments.
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Mon, 15 Nov 1993 23:01:36 +0000
(23:01 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Mon, 15 Nov 1993 23:01:36 +0000
(23:01 +0000)
config/mh-linux
patch
|
blob
|
history
diff --git
a/config/mh-linux
b/config/mh-linux
index 2eb4083fe14188325d33a915327b901a7c6554b7..5763f77ef3f9bd27aaf58186cdf3d87e813791b1 100644
(file)
--- 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