From 9ed3b9267b8e550e959c7ef196dda82bc38d9531 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Tue, 10 Jul 2001 15:09:21 +0000 Subject: minor mods for PPC build, define TIOCSCTTY, Makefile mods --- mdk-stage1/Makefile.common | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mdk-stage1/Makefile.common') diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common index 58b43bcd7..b2ef073e2 100644 --- a/mdk-stage1/Makefile.common +++ b/mdk-stage1/Makefile.common @@ -28,12 +28,18 @@ F = NEWT #- override in some situations ifeq (ia64, $(ARCH)) L = GLIBC +endif +ifeq (ppc, $(ARCH)) +L = GLIBC endif #- flags used by all stuff +ifeq (ppc, $(ARCH)) +CFLAGS = -Os -pipe -Wall -fomit-frame-pointer +else CFLAGS = -Os -pipe -Wall -Werror -fomit-frame-pointer - +endif DIETLIBC_INCLUDES = -I$(top_dir)/dietlibc/include -I. GLIBC_INCLUDES = -I. -- cgit v1.2.1