From 8ab73ffb80c89dc64296845d6e9c9532c8f8c631 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 14 May 2014 06:37:21 +0200 Subject: simplify settings flags, we do not support PPC for quite some time --- Makefile.common | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.common b/Makefile.common index 185bf3da3..596723c43 100644 --- a/Makefile.common +++ b/Makefile.common @@ -25,11 +25,7 @@ F = NEWT # F = STDIO #- flags used by all stuff -ifeq (ppc, $(ARCH)) -CFLAGS = -Os -pipe -Wall -fomit-frame-pointer -fno-strict-aliasing -else CFLAGS = -Os -pipe -Wall -Werror -fomit-frame-pointer -fno-strict-aliasing -endif STRIPCMD = strip -R .note -R .comment -- cgit v1.2.1