From 220a96f9926788ed531717f78e44fdf1e7ab3b34 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 30 Dec 2010 22:45:29 +0100 Subject: rework architecture / embedded systems concept Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) --- target/Config.in.arm | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 target/Config.in.arm (limited to 'target/Config.in.arm') diff --git a/target/Config.in.arm b/target/Config.in.arm deleted file mode 100644 index 6e966fd32..000000000 --- a/target/Config.in.arm +++ /dev/null @@ -1,34 +0,0 @@ -choice -depends on ADK_LINUX_ARM -prompt "Hardware model" - -config ADK_HARDWARE_GENERIC_ARM - bool "Generic arm system" - select ADK_EABI - select ADK_TARGET_NO_FPU - help - Generic arm system. - -config ADK_HARDWARE_QEMU_ARM - bool "Qemu arm" - select ADK_qemu - select ADK_EABI - select ADK_TARGET_NO_FPU - select ADK_HARDWARE_QEMU - select ADK_TARGET_WITH_VGA - select ADK_TARGET_WITH_INPUT - select ADK_TARGET_WITH_PCI - select ADK_TARGET_WITH_HDD - help - Qemu support for arm big endian architecture. - Status: stable - -config ADK_HARDWARE_GENERIC_ARM_TOOLCHAIN - bool "arm toolchain" - select ADK_EABI - select ADK_TARGET_NO_FPU - select ADK_TOOLCHAIN_ONLY - help - arm toolchain. - -endchoice -- cgit v1.2.3