mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-26 07:19:16 +08:00
ct-ng bundled patch: 0004-Dont-link-to-libfl-as-its-unnecessary.patch
This commit is contained in:

committed by
Alexey Lapshin

parent
2e9a70d801
commit
bbb8855a75
3
binutils/configure
vendored
3
binutils/configure
vendored
@ -12529,6 +12529,7 @@ fi
|
||||
done
|
||||
test -n "$YACC" || YACC="yacc"
|
||||
|
||||
save_LIBS=$LIBS
|
||||
for ac_prog in flex lex
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
@ -12692,6 +12693,8 @@ esac
|
||||
if test "$LEX" = :; then
|
||||
LEX=${am_missing_run}flex
|
||||
fi
|
||||
LIBS=$save_LIBS
|
||||
LEXLIB=
|
||||
|
||||
ALL_LINGUAS="bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW"
|
||||
|
||||
|
@ -153,7 +153,10 @@ if test -z "$host" ; then
|
||||
fi
|
||||
|
||||
AC_PROG_YACC
|
||||
save_LIBS=$LIBS
|
||||
AM_PROG_LEX
|
||||
LIBS=$save_LIBS
|
||||
LEXLIB=
|
||||
|
||||
ALL_LINGUAS="bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW"
|
||||
ZW_GNU_GETTEXT_SISTER_DIR
|
||||
|
3
gas/configure
vendored
3
gas/configure
vendored
@ -13033,6 +13033,7 @@ fi
|
||||
done
|
||||
test -n "$YACC" || YACC="yacc"
|
||||
|
||||
save_LIBS=$LIBS
|
||||
for ac_prog in flex lex
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
@ -13196,6 +13197,8 @@ esac
|
||||
if test "$LEX" = :; then
|
||||
LEX=${am_missing_run}flex
|
||||
fi
|
||||
LIBS=$save_LIBS
|
||||
LEXLIB=
|
||||
|
||||
ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
|
||||
|
||||
|
@ -935,7 +935,10 @@ AC_DEFINE_UNQUOTED(TARGET_VENDOR, "${target_vendor}", [Target vendor.])
|
||||
AC_DEFINE_UNQUOTED(TARGET_OS, "${target_os}", [Target OS.])
|
||||
|
||||
AC_PROG_YACC
|
||||
save_LIBS=$LIBS
|
||||
AM_PROG_LEX
|
||||
LIBS=$save_LIBS
|
||||
LEXLIB=
|
||||
|
||||
ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
|
||||
ZW_GNU_GETTEXT_SISTER_DIR
|
||||
|
3
ld/configure
vendored
3
ld/configure
vendored
@ -18501,6 +18501,7 @@ fi
|
||||
done
|
||||
test -n "$YACC" || YACC="yacc"
|
||||
|
||||
save_LIBS=$LIBS
|
||||
for ac_prog in flex lex
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
@ -18664,6 +18665,8 @@ esac
|
||||
if test "$LEX" = :; then
|
||||
LEX=${am_missing_run}flex
|
||||
fi
|
||||
LIBS=$save_LIBS
|
||||
LEXLIB=
|
||||
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
|
||||
|
@ -394,7 +394,10 @@ AM_PO_SUBDIRS
|
||||
AC_EXEEXT
|
||||
|
||||
AC_PROG_YACC
|
||||
save_LIBS=$LIBS
|
||||
AM_PROG_LEX
|
||||
LIBS=$save_LIBS
|
||||
LEXLIB=
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
AM_CONDITIONAL(GENINSRC_NEVER, false)
|
||||
|
Reference in New Issue
Block a user