summaryrefslogtreecommitdiff
path: root/package/glibc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-06 10:01:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-06 10:01:31 +0100
commite96c649294fd763fa8631b866397a07b9434bbd3 (patch)
tree45d78f43ec9583b2d07db4c195484d26692ab0a0 /package/glibc/Makefile
parent5e23c8034176a0c338efc3ef23f8d7e227e58322 (diff)
add full perl, first half of supported archs
Diffstat (limited to 'package/glibc/Makefile')
-rw-r--r--package/glibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glibc/Makefile b/package/glibc/Makefile
index 850280ab5..17c49f3af 100644
--- a/package/glibc/Makefile
+++ b/package/glibc/Makefile
@@ -50,7 +50,7 @@ glibc-dev-install:
echo $(TARGET_CFLAGS)
${INSTALL_DIR} $(IDIR_GLIBC_DEV)/$(ADK_TARGET_LIBC_PATH) $(IDIR_GLIBC_DEV)/usr/lib
# install linker script
- -cp ./files/libc.so.$(CPU_ARCH) $(IDIR_GLIBC_DEV)/usr/lib/libc.so
+ cp ./files/libc.so.$(CPU_ARCH) $(IDIR_GLIBC_DEV)/usr/lib/libc.so
ifeq ($(ADK_TARGET_ABI_O32),y)
ifeq ($(ADK_big),y)
$(SED) "s#@@ELFTARGET@@#elf32-tradbigmips#" $(IDIR_GLIBC_DEV)/usr/lib/libc.so