From f78ea9fcf02f427695cdd3310bfd76e5c3919569 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 28 Jul 2010 00:08:14 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- toolchain/toolchain-external/Config.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 toolchain/toolchain-external/Config.in (limited to 'toolchain/toolchain-external/Config.in') diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in new file mode 100644 index 000000000..efc8378c0 --- /dev/null +++ b/toolchain/toolchain-external/Config.in @@ -0,0 +1,22 @@ +# + +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 -- cgit v1.2.3