From 44f740c6f1131aab5f19635003854a0f3f39074a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 2 Jan 2011 22:27:37 +0100 Subject: more make bulk fixes. sparc eglibc is broken. add special handling for qemu targets --- target/config/Config.in | 1 - target/mipsel/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'target') diff --git a/target/config/Config.in b/target/config/Config.in index 32884f778..6961a451b 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -221,7 +221,6 @@ config ADK_TARGET_LIB_EGLIBC ADK_LINUX_MIPS64EL || \ ADK_LINUX_PPC || \ ADK_LINUX_PPC64 || \ - ADK_LINUX_SPARC || \ ADK_LINUX_SPARC64 || \ ADK_LINUX_X86 || \ ADK_LINUX_X86_64 diff --git a/target/mipsel/Makefile b/target/mipsel/Makefile index e58e907ee..ccce77c16 100644 --- a/target/mipsel/Makefile +++ b/target/mipsel/Makefile @@ -79,7 +79,7 @@ endif endif ifeq ($(ADK_TARGET_FS),archive) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) - @cp $(BUILD_DIR)/$(TARGET_KERNEL) $(BIN_DIR)/$(TARGET_KERNEL) + @cp $(KERNEL) $(BIN_DIR)/$(TARGET_KERNEL) @echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL}' @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" @echo "Use following command to create a QEMU Image:" -- cgit v1.2.3