From f56c5a76192adf9ba86053c97e200587b8803011 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 13 Dec 2010 17:27:47 +0100 Subject: toolchain: BR2_NEEDS_GETTEXT must be y when uClibc is used BR2_NEEDS_GETTEXT was already set to y for Buildroot internal toolchain and external toolchains based on uClibc, but wasn't set for toolchains based on uClibC built by the Crosstool-NG backend. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- toolchain/toolchain-common.in | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/toolchain-common.in') diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index 34d70a0fa..bdc6e76d6 100644 --- a/toolchain/toolchain-common.in +++ b/toolchain/toolchain-common.in @@ -60,6 +60,7 @@ config BR2_NEEDS_GETTEXT bool default y if BR2_TOOLCHAIN_BUILDROOT default y if BR2_TOOLCHAIN_EXTERNAL_UCLIBC + default y if BR2_TOOLCHAIN_CTNG_uClibc config BR2_NEEDS_GETTEXT_IF_LOCALE bool -- cgit v1.2.3