From cdce29f24d3fdcf4761268c3facb75e64b6d7eba Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 9 Feb 1995 16:05:25 +0000 Subject: [PATCH] * mh-linux (SYSV): Don't define. (RANLIB): Don't define. --- config/mh-linux | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/config/mh-linux b/config/mh-linux index 5763f77ef3..0fb3a054bf 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.