diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index 8cacc32817..21679ef17f 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -180,6 +180,10 @@ endif GCC_HOST_PREREQ += host-mpc endif +ifeq ($(BR2_GCC_VERSION_4_4_7_ARC),y) +GCC_HOST_PREREQ += host-flex host-bison +endif + ifeq ($(BR2_GCC_SHARED_LIBGCC),y) GCC_SHARED_LIBGCC:=--enable-shared else