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:
2d336b1
)
* mh-linux (SYSV): Don't define.
author
Ian Lance Taylor
<ian@airs.com>
Thu, 9 Feb 1995 16:05:25 +0000
(16:05 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 9 Feb 1995 16:05:25 +0000
(16:05 +0000)
(RANLIB): Don't define.
config/mh-linux
patch
|
blob
|
history
diff --git
a/config/mh-linux
b/config/mh-linux
index 5763f77ef3f9bd27aaf58186cdf3d87e813791b1..0fb3a054bfc96f9389fc3211eb18d48d7417e2b6 100644
(file)
--- a/
config/mh-linux
+++ b/
config/mh-linux
@@
-1,8
+1,2
@@
-# 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
-
-# What is this doing here?
-#LDFLAGS = -static
+# This is the Makefile fragment used when running on a Linux host.
+# It does not have to do anything at present.