From 480a6c3b01319afb641237da28b40983e1530cbe Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 24 Aug 2011 15:01:18 +0200 Subject: configs: remove arm toolchain defconfigs nptl is default nowadays, and configurations were pretty much random anyway. Signed-off-by: Peter Korsgaard --- configs/arm_nptl_toolchain_defconfig | 17 ----------------- configs/arm_toolchain_defconfig | 15 --------------- 2 files changed, 32 deletions(-) delete mode 100644 configs/arm_nptl_toolchain_defconfig delete mode 100644 configs/arm_toolchain_defconfig (limited to 'configs') diff --git a/configs/arm_nptl_toolchain_defconfig b/configs/arm_nptl_toolchain_defconfig deleted file mode 100644 index 8100073b3..000000000 --- a/configs/arm_nptl_toolchain_defconfig +++ /dev/null @@ -1,17 +0,0 @@ -# Architecture -BR2_arm=y -BR2_arm926t=y - -# Toolchain options -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_INET_RPC=y -BR2_ENABLE_LOCALE=y -BR2_USE_WCHAR=y -BR2_PTHREADS_NATIVE=y -BR2_INSTALL_LIBSTDCPP=y - -# No package -# BR2_PACKAGE_BUSYBOX is not set - -# No filesystem (toolchain only) diff --git a/configs/arm_toolchain_defconfig b/configs/arm_toolchain_defconfig deleted file mode 100644 index 8bc97c98c..000000000 --- a/configs/arm_toolchain_defconfig +++ /dev/null @@ -1,15 +0,0 @@ -# Architecture -BR2_arm=y - -# Common Toolchain Options -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_INET_RPC=y -BR2_ENABLE_LOCALE=y -BR2_USE_WCHAR=y -BR2_INSTALL_LIBSTDCPP=y - -# No package -# BR2_PACKAGE_BUSYBOX is not set - -# No filesystem (toolchain only) -- cgit v1.2.3