mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 01:47:42 +00:00
uclibc: fix PowerPC build problem
A stupid Unicode character was inserted instead of 'D'. Fixes: http://autobuild.buildroot.org/results/7a4/7a45fb1379307a788047ec859a4ce2c42d6eb077/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8916f9d80e
commit
963065ed08
@ -140,7 +140,7 @@ UCLIBC_POWERPC_TYPE = CONFIG_$(call qstrip,$(BR2_UCLIBC_POWERPC_TYPE))
|
|||||||
define UCLIBC_POWERPC_TYPE_CONFIG
|
define UCLIBC_POWERPC_TYPE_CONFIG
|
||||||
$(call UCLIBC_OPT_UNSET,CONFIG_GENERIC,$(@D))
|
$(call UCLIBC_OPT_UNSET,CONFIG_GENERIC,$(@D))
|
||||||
$(call UCLIBC_OPT_UNSET,CONFIG_E500,$(@D))
|
$(call UCLIBC_OPT_UNSET,CONFIG_E500,$(@D))
|
||||||
$(call UCLIBC_OPT_SET,$(UCLIBC_POWERPC_TYPE),y,$(@Ð))
|
$(call UCLIBC_OPT_SET,$(UCLIBC_POWERPC_TYPE),y,$(@D))
|
||||||
endef
|
endef
|
||||||
endif # powerpc
|
endif # powerpc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user