* mh-linux: Don't put -static in LDFLAGS. Add comments.
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 15 Nov 1993 23:01:36 +0000 (23:01 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 15 Nov 1993 23:01:36 +0000 (23:01 +0000)
config/mh-linux

index 2eb4083fe14188325d33a915327b901a7c6554b7..5763f77ef3f9bd27aaf58186cdf3d87e813791b1 100644 (file)
@@ -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
This page took 0.023911 seconds and 4 git commands to generate.