summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-04 10:46:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-04 10:46:38 +0200
commit92090534ab49bd3e2af33e763d3ca197e52e3a20 (patch)
tree6d7b2e4d49d303acb459ed95aa1c6962dc856787 /toolchain
parent2d7666cde27141b6fd3d4f9d156253324fd56633 (diff)
remove workaround
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/glibc/Makefile.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/toolchain/glibc/Makefile.inc b/toolchain/glibc/Makefile.inc
index ebe773ce1..f84531516 100644
--- a/toolchain/glibc/Makefile.inc
+++ b/toolchain/glibc/Makefile.inc
@@ -6,13 +6,8 @@ PKG_VERSION:= 2.19
PKG_RELEASE:= 1
PKG_MD5SUM:= e26b8cc666b162f999404b03970f14e4
PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
-ifeq ($(ADK_32),y)
-GLIBC_TARGET_NAME:= i686-openadk-linux-gnu
-else
-GLIBC_TARGET_NAME:= $(GNU_TARGET_NAME)
-endif
GLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \
- --host=$(GLIBC_TARGET_NAME) \
+ --host=$(GNU_TARGET_NAME) \
--with-headers=$(STAGING_TARGET_DIR)/usr/include \
--disable-sanity-checks \
--disable-nls \