diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-02-09 16:05:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-02-09 16:05:25 +0000 |
commit | cdce29f24d3fdcf4761268c3facb75e64b6d7eba (patch) | |
tree | 6debf7357659fab1d4e4dc398f91fab6199f80e2 /config | |
parent | 2d336b1b5186660c5965deb7b7728fefe0f2d14d (diff) | |
download | gdb-cdce29f24d3fdcf4761268c3facb75e64b6d7eba.zip gdb-cdce29f24d3fdcf4761268c3facb75e64b6d7eba.tar.gz gdb-cdce29f24d3fdcf4761268c3facb75e64b6d7eba.tar.bz2 |
* mh-linux (SYSV): Don't define.
(RANLIB): Don't define.
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-linux | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/config/mh-linux b/config/mh-linux index 5763f77..0fb3a05 100644 --- 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. |