summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-16 20:52:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-16 20:52:09 +0200
commit38ac5bfe885f5b97a655cb47df2e411e29950639 (patch)
tree430f35e353799767f1491f1f214ffb6d0fd795aa /package/eglibc
parent8f358a703e8aec9e4c6e2d8e719c053e6da7fdce (diff)
use CPU_ARCH not ARCH
Diffstat (limited to 'package/eglibc')
-rw-r--r--package/eglibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile
index 5466ddb85..494978b0c 100644
--- a/package/eglibc/Makefile
+++ b/package/eglibc/Makefile
@@ -90,7 +90,7 @@ eglibc-static-install:
eglibc-dev-install:
${INSTALL_DIR} $(IDIR_EGLIBC_DEV)/lib $(IDIR_EGLIBC_DEV)/usr/lib
# install linker script
- -cp ./files/libc.so.$(ARCH) $(IDIR_EGLIBC_DEV)/usr/lib/libc.so
+ -cp ./files/libc.so.$(CPU_ARCH) $(IDIR_EGLIBC_DEV)/usr/lib/libc.so
ifeq ($(ADK_TARGET_ABI_O32),y)
$(SED) "s#@@ELFFORMAT@@#elf32-tradlittlemips#" $(IDIR_EGLIBC_DEV)/usr/lib/libc.so
endif