diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-25 12:05:56 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-25 12:05:56 +0100 |
commit | 46af98aa4327633d1509d728b3b85e0a4da39c9b (patch) | |
tree | 2ced01a0c1cb247f8f1193af80a9cf61d7ec762a /toolchain/glibc | |
parent | 850ed0a79fd5c91ac6d037b151cd6ce314a3871f (diff) |
add support for x86_64 toolchain with 32 bit abi
Diffstat (limited to 'toolchain/glibc')
-rw-r--r-- | toolchain/glibc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile.inc b/toolchain/glibc/Makefile.inc index 6671f1e2d..3a9f24e33 100644 --- a/toolchain/glibc/Makefile.inc +++ b/toolchain/glibc/Makefile.inc @@ -6,7 +6,7 @@ PKG_VERSION:= 2.19 PKG_RELEASE:= 1 PKG_MD5SUM:= 5374d29864b583622b62bfc6b8429418 PKG_SITES:= ${MASTER_SITE_GNU:=glibc/} -ifeq ($(ADK_TARGET_ABI_32),y) +ifeq ($(ADK_32),y) GLIBC_TARGET_NAME:= i686-openadk-linux-gnu else GLIBC_TARGET_NAME:= $(GNU_TARGET_NAME) |