diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-02 10:35:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-02 10:35:12 +0100 |
commit | bc6ae3bd97162e25aff366acabbf80f096ccd8b7 (patch) | |
tree | d4c362e9c9aad370335a36414e1362e59052d6d1 /toolchain/Makefile | |
parent | 4210ea9c8f69095fa0efaf5247f6c12925dcb4f0 (diff) |
goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index b61133b28..933a919c7 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 |