From: Peter Korsgaard Date: Wed, 24 Aug 2011 13:01:18 +0000 (+0200) Subject: configs: remove arm toolchain defconfigs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=480a6c3b01319afb641237da28b40983e1530cbe;p=buildroot.git configs: remove arm toolchain defconfigs nptl is default nowadays, and configurations were pretty much random anyway. Signed-off-by: Peter Korsgaard --- diff --git a/configs/arm_nptl_toolchain_defconfig b/configs/arm_nptl_toolchain_defconfig deleted file mode 100644 index 8100073b39..0000000000 --- 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 8bc97c98cf..0000000000 --- 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)