[toolchain] introduce a USE_EXTERNAL_LIBC symbol which gets selected by EXTERNAL_TOOL...
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)
commit84eae335216216462c598b9ebb7354561c2fdb30
tree324c5be40b4505217dca19f8497087e85fcc48fb
parent046a7e7b6b4725d32916c52e7895be405581ef75
[toolchain] 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