diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-29 09:09:44 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-29 09:09:44 +0200 |
commit | 70db1984dc003452dae7a9b449843c4e13620e00 (patch) | |
tree | 37d207bd59914fa40063779903a8998ad2b9a624 /toolchain/helpers.mk | |
parent | 952d96d5aed88bf0e7f7e6df55003c9ad5115f10 (diff) |
toolchain/helpers.mk: unbreak check_glibc after PROGRAM_INVOCATION removal
As noticed by Thomas Petazzoni on IRC.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/helpers.mk')
-rw-r--r-- | toolchain/helpers.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk index 123720b87..4d90d15ec 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 |