From e66becb6f5663ad36570f5b84a51d806203ca0e8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 13 May 2014 20:00:35 +0200 Subject: drop latest bits of support for dietlibc --- Makefile.common | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 66962cde7..2d7ce82d8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -24,11 +24,6 @@ L = GLIBC F = NEWT # F = STDIO -ifeq (DIETLIBC, $(L)) -DIET = $(top_dir)/dietlibc/bin-$(ARCH)/diet -endif - - #- flags used by all stuff ifeq (ppc, $(ARCH)) CFLAGS = -Os -pipe -Wall -fomit-frame-pointer -fno-strict-aliasing @@ -36,16 +31,13 @@ else CFLAGS = -Os -pipe -Wall -Werror -fomit-frame-pointer -fno-strict-aliasing endif -DIETLIBC_INCLUDES = -I$(top_dir)/dietlibc/include -I. -I$(top_dir)/bzlib GLIBC_INCLUDES = -I. -I$(top_dir)/bzlib INCLUDES = $($(L)_INCLUDES) GLIBC_LDFLAGS_STAGE1 = -static -DIETLIBC_LDFLAGS_STAGE1 = -nostdlib LDFLAGS_STAGE1 = $($(L)_LDFLAGS_STAGE1) GLIBC_LIBC = -DIETLIBC_LIBC = STAGE1_LIBC = $($(L)_LIBC) STRIPCMD = strip -R .note -R .comment -- cgit v1.2.1