summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-12 16:27:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-12 16:27:02 +0200
commitb0857d40f503a29f7cf1dd9bfab3f60e6b0152f6 (patch)
tree654962f4ea80ae04b8f1869e72f349dd0d9a4e92 /toolchain/Makefile
parentf04227421063498a88707c43ec80b2b70d9b8d83 (diff)
update glibc to latest upstream
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 5c27e1aa1..be4f38e07 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -15,7 +15,7 @@ include $(TOPDIR)/rules.mk
TARGETS:=binutils gmp mpfr mpc libelf gcc
ifeq ($(ADK_TARGET_LIB_GLIBC),y)
-TARGETS+=glibc-ports glibc
+TARGETS+=glibc
LIBC:=glibc
endif
ifeq ($(ADK_TARGET_LIB_EGLIBC),y)
@@ -45,11 +45,7 @@ download: $(DOWNLOAD)
fixup: $(FIXUP)
gcc-prepare: binutils-install gmp-install mpfr-install mpc-install libelf-install
-ifeq ($(ADK_TARGET_LIB_GLIBC),y)
-$(LIBC)-prepare: gcc-prepare kernel-headers-prepare glibc-ports-prepare
-else
$(LIBC)-prepare: gcc-prepare kernel-headers-prepare
-endif
gcc-configure: $(LIBC)-prepare
$(LIBC)-compile: gcc-configure
gcc-compile: $(LIBC)-install