summaryrefslogtreecommitdiff
path: root/toolchain/external-toolchain/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@anciens.enib.fr>2010-07-28 00:08:14 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-07-28 16:20:03 +0200
commitf78ea9fcf02f427695cdd3310bfd76e5c3919569 (patch)
tree71386ffccc988c3735f33004d9a4b810018dcf94 /toolchain/external-toolchain/Config.in
parented181aeedb4d478f789f81525bd8c93025ba7a29 (diff)
toolchain: rename external toolchain dir
Rename the external toolchain directory. When new backends are here, it will be easier to sort them out if they are all prefixed the same way. Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/external-toolchain/Config.in')
-rw-r--r--toolchain/external-toolchain/Config.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/external-toolchain/Config.in b/toolchain/external-toolchain/Config.in
deleted file mode 100644
index efc8378c0..000000000
--- a/toolchain/external-toolchain/Config.in
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-
-if BR2_TOOLCHAIN_EXTERNAL
-choice
- prompt "External toolchain C library"
- default BR2_TOOLCHAIN_EXTERNAL_UCLIBC
-
-config BR2_TOOLCHAIN_EXTERNAL_UCLIBC
- bool "uClibc"
-
-config BR2_TOOLCHAIN_EXTERNAL_GLIBC
- bool "glibc"
-
-endchoice
-
-config BR2_TOOLCHAIN_EXTERNAL_STRIP
- bool
- default y
- prompt "Strip shared libraries"
- help
- Strip shared libraries copied from the external toolchain.
-endif