Skip to content

Commit

Permalink
ct-ng bundled patch: 0004-Dont-link-to-libfl-as-its-unnecessary.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
antmak committed Dec 23, 2020
1 parent da1f54d commit 5f8c443
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binutils/configure
Original file line number Diff line number Diff line change
Expand Up @@ -12570,6 +12570,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.
Expand Down Expand Up @@ -12733,6 +12734,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"
# If we haven't got the data from the intl directory,
Expand Down
3 changes: 3 additions & 0 deletions binutils/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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
Expand Down
3 changes: 3 additions & 0 deletions gas/configure
Original file line number Diff line number Diff line change
Expand Up @@ -13519,6 +13519,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.
Expand Down Expand Up @@ -13682,6 +13683,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"
# If we haven't got the data from the intl directory,
Expand Down
3 changes: 3 additions & 0 deletions gas/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,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
Expand Down
3 changes: 3 additions & 0 deletions ld/configure
Original file line number Diff line number Diff line change
Expand Up @@ -16584,6 +16584,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.
Expand Down Expand Up @@ -16747,6 +16748,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
Expand Down
3 changes: 3 additions & 0 deletions ld/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,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)
Expand Down

0 comments on commit 5f8c443

Please sign in to comment.