From 0bc66d3e1c75da20e6346d85e4549ec9db93c8e2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 28 Jan 2017 10:19:28 +0100 Subject: gcc: fix build on or1k without flex/bison on host Similar to arc architecture this is required. Reported-by: Thomas Petazzoni Signed-off-by: Waldemar Brodkorb Signed-off-by: Thomas Petazzoni --- package/gcc/gcc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gcc/gcc.mk b/package/gcc/gcc.mk index afe7c0947..241f3575c 100644 --- a/package/gcc/gcc.mk +++ b/package/gcc/gcc.mk @@ -183,7 +183,7 @@ else HOST_GCC_COMMON_CONF_OPTS += --without-isl --without-cloog endif -ifeq ($(BR2_arc),y) +ifeq ($(BR2_arc)$(BR2_or1k),y) HOST_GCC_COMMON_DEPENDENCIES += host-flex host-bison endif -- cgit v1.2.3