|
@@ -42,7 +42,7 @@ eglibc-static-install:
|
|
|
eglibc-dev-install:
|
|
|
${INSTALL_DIR} $(IDIR_EGLIBC_DEV)/$(ADK_TARGET_LIBC_PATH) $(IDIR_EGLIBC_DEV)/usr/lib
|
|
|
# install linker script
|
|
|
- -cp ./files/libc.so.$(CPU_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)
|
|
|
ifeq ($(ADK_big),y)
|
|
|
$(SED) "s#@@ELFTARGET@@#elf32-tradbigmips#" $(IDIR_EGLIBC_DEV)/usr/lib/libc.so
|