summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/Makefile.common')
-rw-r--r--mdk-stage1/Makefile.common16
1 files changed, 0 insertions, 16 deletions
diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common
index d225da69e..1f3442730 100644
--- a/mdk-stage1/Makefile.common
+++ b/mdk-stage1/Makefile.common
@@ -27,21 +27,7 @@ else
F = NEWT
endif
-# diet libc syscalls are broken on mips
-#ifneq (mips, $(ARCH))
-## diet libc eabi support is mostly broken
-#ifneq (arm, $(ARCH))
-#DIET = $(shell test -x /usr/bin/diet && echo diet)
-#endif
-#endif
-
-
-ifeq ($(DIET), diet)
- #- default lib is dietlibc (honoured by main Makefile whenever possible)
-L = DIETLIBC
-else
L = GLIBC
-endif
ifdef DEBUG
OPTFLAGS = -g -DDEBUG
@@ -58,8 +44,6 @@ CFLAGS += -Werror
endif
endif
-DIETLIBC_INCLUDES = -I/usr/lib/dietlibc/include -I.
-DIETLIBC_LIBC = /usr/lib/dietlibc/lib-$(ARCH)/libcompat.a
GLIBC_INCLUDES = -I.
INCLUDES = $($(L)_INCLUDES)