mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user