From 6a5716b7cc575050834fe8e0580da99905b69fd5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 28 Feb 2014 08:10:00 +0100 Subject: drop support for SPARC (unused/untested for a decade) --- mdk-stage1/Makefile.common | 3 --- 1 file changed, 3 deletions(-) (limited to 'mdk-stage1/Makefile.common') diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common index 629d27619..2d344a866 100644 --- a/mdk-stage1/Makefile.common +++ b/mdk-stage1/Makefile.common @@ -15,7 +15,6 @@ #***************************************************************************** ARCH := $(patsubst i%86,i386,$(shell uname -m)) -ARCH := $(patsubst sparc%,sparc,$(ARCH)) ARCH := $(patsubst arm%,arm,$(ARCH)) # DEBUG = 1 @@ -39,10 +38,8 @@ endif CFLAGS = $(OPTFLAGS) -pipe -Wall -fomit-frame-pointer -fno-strict-aliasing ifneq (ppc, $(ARCH)) -ifneq (sparc, $(ARCH)) CFLAGS += -Werror endif -endif INCLUDES = -I. -- cgit v1.2.1