From: Ian Lance Taylor Date: Thu, 9 Feb 1995 16:05:25 +0000 (+0000) Subject: * mh-linux (SYSV): Don't define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cdce29f24d3fdcf4761268c3facb75e64b6d7eba;p=binutils-gdb.git * mh-linux (SYSV): Don't define. (RANLIB): Don't define. --- diff --git a/config/mh-linux b/config/mh-linux index 5763f77ef3f..0fb3a054bfc 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.