summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/Makefile.common')
-rw-r--r--mdk-stage1/Makefile.common3
1 files changed, 0 insertions, 3 deletions
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.