introduce a USE_EXTERNAL_LIBC symbol which gets selected by EXTERNAL_TOOLCHAIN |...
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 8 Jan 2012 15:34:23 +0000 (15:34 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 8 Jan 2012 15:34:23 +0000 (15:34 +0000)
commite53afbbe64454814f36e4f3e3cf566c789f80f8f
treebb01d65c992c82830215900b4646200fbc9e9873
parent4e88bcfb001bb1be4a79ab7326d8c726a5776eba
introduce a USE_EXTERNAL_LIBC symbol which gets selected by EXTERNAL_TOOLCHAIN || NATIVE_TOOLCHAIN Currently we always assume uClibc if an external toolchain is used, this breaks for non-uClibc toolchains or even vanilla uClibc ones since they do not share the external librpc semantics as OpenWrt. Solve the problem by defining an abstract "EXTERNAL_LIBC" which packages might or might not depend on.

SVN-Revision: 29689
toolchain/Config.in