diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-08-24 15:01:18 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-08-24 15:01:18 +0200 |
commit | 480a6c3b01319afb641237da28b40983e1530cbe (patch) | |
tree | 5929bd598021a04e3ae8e772769ce5e5c9299546 /configs | |
parent | 60620a1d8195774a65b053268d07ab603caab192 (diff) |
configs: remove arm toolchain defconfigs
nptl is default nowadays, and configurations were pretty much random
anyway.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/arm_nptl_toolchain_defconfig | 17 | ||||
-rw-r--r-- | configs/arm_toolchain_defconfig | 15 |
2 files changed, 0 insertions, 32 deletions
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) |