summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-05-13 20:00:35 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-05-13 21:42:52 +0200
commite66becb6f5663ad36570f5b84a51d806203ca0e8 (patch)
tree5d7bbe8dfbebacbb14e756199900b75bb9851b2e /Makefile.common
parent0608c85c3822139648b650e66e01381be9dbf48f (diff)
downloaddrakx-e66becb6f5663ad36570f5b84a51d806203ca0e8.tar
drakx-e66becb6f5663ad36570f5b84a51d806203ca0e8.tar.gz
drakx-e66becb6f5663ad36570f5b84a51d806203ca0e8.tar.bz2
drakx-e66becb6f5663ad36570f5b84a51d806203ca0e8.tar.xz
drakx-e66becb6f5663ad36570f5b84a51d806203ca0e8.zip
drop latest bits of support for dietlibc
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common8
1 files changed, 0 insertions, 8 deletions
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