[Buildroot] [git commit] toolchain/helpers.mk: unbreak check_glibc after PROGRAM_INVOCATION removal

Peter Korsgaard jacmet at sunsite.dk
Fri Jul 29 07:09:44 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=70db1984dc003452dae7a9b449843c4e13620e00
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

As noticed by Thomas Petazzoni on IRC.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 toolchain/helpers.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk
index 123720b..4d90d15 100644
--- a/toolchain/helpers.mk
+++ b/toolchain/helpers.mk
@@ -147,7 +147,7 @@ check_glibc = \
 	$(call check_glibc_feature,BR2_INET_RPC,RPC support) ;\
 	$(call check_glibc_feature,BR2_ENABLE_LOCALE,Locale support) ;\
 	$(call check_glibc_feature,BR2_USE_MMU,MMU support) ;\
-	$(call check_glibc_feature,BR2_USE_WCHAR,Wide char support) ;\
+	$(call check_glibc_feature,BR2_USE_WCHAR,Wide char support)
 
 #
 # Check the conformity of Buildroot configuration with regard to the
-- 
1.7.3.4



More information about the buildroot mailing list