X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=toolchain%2FConfig.in;h=8677b87e7effffda266e8166086dbfea293580db;hp=32de4b16473aa494cf9102eb251e8a0ddf18d720;hb=f8f3c05e56959f297edebe6438bd4f8c988f1e6e;hpb=93016135afce2a948b7fd2c0a69ffed9f93a828d;ds=sidebyside diff --git a/toolchain/Config.in b/toolchain/Config.in index 32de4b1647..8677b87e7e 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -50,6 +50,17 @@ menuconfig EXTERNAL_TOOLCHAIN default "/opt/cross/powerpc-unknown-linux-gnu" if powerpc default "/opt/cross/x86_64-unknown-linux-gnu" if x86_64 + config TOOLCHAIN_LIBC + string + prompt "Toolchain libc" if DEVEL + depends EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN + default "uclibc" + help + Specify the libc type used by the external toolchain. The given value us passed as -m + flag to all gcc and g++ invocations. This is mainly intended for multilib toolchains + which support glibc and uclibc at the same time. If no value is specified, no -m flag + is passed. + config TOOLCHAIN_BIN_PATH string prompt "Toolchain program path" if DEVEL