mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
Fix ARM uclibc build with !BR2_UCLIBC_ARM_BX.
When BR2_UCLIBC_ARM_BX is not set, UCLIBC_OPT_UNSET gets called with an extra argument. Remove it. Signed-off-by: Justin Maggard <jmaggard10@gmail.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6cabf13b26
commit
8ffc999d85
@ -85,7 +85,7 @@ define UCLIBC_ARM_BX_CONFIG
|
|||||||
endef
|
endef
|
||||||
else
|
else
|
||||||
define UCLIBC_ARM_BX_CONFIG
|
define UCLIBC_ARM_BX_CONFIG
|
||||||
$(call UCLIBC_OPT_UNSET,USE_BX,y,$(@D))
|
$(call UCLIBC_OPT_UNSET,USE_BX,$(@D))
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user