From d699758c453100bb267e8ba64722ff188286d730 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 13 Dec 2006 11:53:00 +0000 Subject: rework the default x86 target --- target/device/x86/i386/Makefile.in | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) (limited to 'target/device/x86/i386/Makefile.in') diff --git a/target/device/x86/i386/Makefile.in b/target/device/x86/i386/Makefile.in index 7a0855466..79de9119e 100644 --- a/target/device/x86/i386/Makefile.in +++ b/target/device/x86/i386/Makefile.in @@ -1,33 +1,5 @@ X86_I386_PATH=target/device/x86/i386 BR2_PACKAGE_BUSYBOX_CONFIG=$(X86_I386_PATH)/busybox.config -UCLIBC_CONFIG_FILE=$(TOOL_BUILD_DIR)/uClibc.config.$(ARCH) - -#TARGET_SKELETON=$(X86_I386_PATH)/skel.tar.gz -#TARGET_SKEL_DIR=$(X86_I386_PATH)/target_skeleton -#TARGET_DEVICE_TABLE=$(X86_I386_PATH)/device_table.txt - -TARGETS+=linux - -uclibc_config_file_prep:: - cp toolchain/uClibc/uClibc-$(UCLIBC_VER).config $(UCLIBC_CONFIG_FILE) - /bin/echo "ARCH_LITTLE_ENDIAN=y" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# ARCH_BIG_ENDIAN is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_GENERIC_386 is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_386 is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_486 is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "CONFIG_586=y" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_586MMX is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_686 is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_PENTIUMII is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_PENTIUMIII is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_PENTIUM4 is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_K6 is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_K7 is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_ELAN is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_CRUSOE is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_WINCHIPC6 is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_WINCHIP2 is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_CYRIXIII is not set" >> $(UCLIBC_CONFIG_FILE) - /bin/echo "# CONFIG_NEHEMIAH is not set" >> $(UCLIBC_CONFIG_FILE) +TARGETS+=linux26 -- cgit v1.2.3