summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-02 15:26:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-02 15:26:07 +0100
commitf6c5a79972bcd216429484eb706fc47c7bb52a75 (patch)
tree4f5e17701c66df5d2359486687f1fd41b2fb469e /toolchain/Makefile
parent00fa581bc6acc3158b3008019e81802a5d70418c (diff)
parentb8e1fbce6811e906e7c8bd21f4e7fe1aa4881585 (diff)
resolve merge conflict
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 460cbf97f..db5f65fd5 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -10,7 +10,7 @@
# 6) build and install initial static gcc
# 7) build and install full libc
# 8) build and install full shared gcc
-# 9) rebuild and install full libc (in case of musl)
+# 9) rebuild and install full libc (in case of musl/uclibc)
# 10) build and install gdb debugger
include $(TOPDIR)/rules.mk
@@ -20,10 +20,6 @@ ifeq ($(ADK_TARGET_LIB_GLIBC),y)
TARGETS+=glibc
LIBC:=glibc
endif
-ifeq ($(ADK_TARGET_LIB_EGLIBC),y)
-TARGETS+=eglibc
-LIBC:=eglibc
-endif
ifeq ($(ADK_TARGET_LIB_UCLIBC),y)
TARGETS+=uClibc
LIBC:=uClibc