remove spurious flex dependency

nothing in a normal gcc/binutils actually uses flex and bison, but
this useless test for the output filename lex produces breaks the
build unless [f]lex is installed. the result of this check is
specified by posix anyway, so hard-code the specified result.
This commit is contained in:
Rich Felker 2016-05-02 18:43:15 +00:00
parent ab6716ea08
commit 2d0015f547
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ MUSL_CONFIG = CC="$(XGCC)" LIBCC="../obj_toolchain/$(TARGET)/libgcc/libgcc.a" --
-include config.mak
MAKE += INFO_DEPS=
MAKE += ac_cv_prog_lex_root=lex.yy.c
FULL_TOOLCHAIN_CONFIG = $(TOOLCHAIN_CONFIG) \
--disable-werror \