mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
gcc: fix build on or1k without flex/bison on host
Similar to arc architecture this is required. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
856221481b
commit
0bc66d3e1c
@ -183,7 +183,7 @@ else
|
|||||||
HOST_GCC_COMMON_CONF_OPTS += --without-isl --without-cloog
|
HOST_GCC_COMMON_CONF_OPTS += --without-isl --without-cloog
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_arc),y)
|
ifeq ($(BR2_arc)$(BR2_or1k),y)
|
||||||
HOST_GCC_COMMON_DEPENDENCIES += host-flex host-bison
|
HOST_GCC_COMMON_DEPENDENCIES += host-flex host-bison
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user