configs: remove arm toolchain defconfigs
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 24 Aug 2011 13:01:18 +0000 (15:01 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 24 Aug 2011 13:01:18 +0000 (15:01 +0200)
nptl is default nowadays, and configurations were pretty much random
anyway.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
configs/arm_nptl_toolchain_defconfig [deleted file]
configs/arm_toolchain_defconfig [deleted file]

diff --git a/configs/arm_nptl_toolchain_defconfig b/configs/arm_nptl_toolchain_defconfig
deleted file mode 100644 (file)
index 8100073..0000000
+++ /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 (file)
index 8bc97c9..0000000
+++ /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)