From afb976328411ad2f63678241e8fe41efd64827b1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 7 Jun 2014 08:22:12 +0200 Subject: cleanup unsupported arches rationale: we drop support in stage2 and their support was totally broken due to missing conversion to dracut, udev, ... --- mdk-stage1/Makefile.common | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mdk-stage1/Makefile.common') diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common index 36fa34d49..357bce3de 100644 --- a/mdk-stage1/Makefile.common +++ b/mdk-stage1/Makefile.common @@ -35,11 +35,7 @@ OPTFLAGS = -Os endif #- flags used by all stuff -CFLAGS = $(OPTFLAGS) -pipe -Wall -fomit-frame-pointer -fno-strict-aliasing - -ifneq (ppc, $(ARCH)) -CFLAGS += -Werror -endif +CFLAGS = $(OPTFLAGS) -pipe -Wall -fomit-frame-pointer -fno-strict-aliasing -Werror INCLUDES = -I. -- cgit v1.2.1