summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile.common
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-12 21:23:39 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-12 21:30:57 +0100
commita36b2813b04e7bdb0797764a7717d3c0ea5d5a04 (patch)
tree0c25fb9ba10d79155a80542603dfa20f7f8c3d86 /mdk-stage1/Makefile.common
parent2b80ee5e648b7b1001119c74c9b416dea217f9e1 (diff)
downloaddrakx-a36b2813b04e7bdb0797764a7717d3c0ea5d5a04.tar
drakx-a36b2813b04e7bdb0797764a7717d3c0ea5d5a04.tar.gz
drakx-a36b2813b04e7bdb0797764a7717d3c0ea5d5a04.tar.bz2
drakx-a36b2813b04e7bdb0797764a7717d3c0ea5d5a04.tar.xz
drakx-a36b2813b04e7bdb0797764a7717d3c0ea5d5a04.zip
support dynamic linking only
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)