crosstool-ng/patches/binutils/2.25.1
Ray Donnelly df02517fd7 binutils: Don't link to libfl as it's unnecessary
AM_PROG_LEX sets this for some weird reason; it should
look for a program only and not a library.  Then later
it gets linked to ar, ranlib, dlltool, windres, windmc
and itbl-test despite nothing in the code #include'ing
FlexLexer.h

This isn't a big deal but it did cause a build failure
on Cygwin as it triggered a bug with their flex package
dependencies which I reported at:

https://www.cygwin.com/ml/cygwin/2015-10/msg00433.html

Arguably I should remove all traces of LIBLEX in each
Makefile.am instead?

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
2015-11-13 02:17:43 +00:00
..
120-sh-conf.patch Adding patches for binutils version 2.25.1 as copy of 2.25. 2015-09-01 21:11:34 +02:00
300-001_ld_makefile_patch.patch Adding patches for binutils version 2.25.1 as copy of 2.25. 2015-09-01 21:11:34 +02:00
300-012_check_ldrunpath_length.patch Adding patches for binutils version 2.25.1 as copy of 2.25. 2015-09-01 21:11:34 +02:00
310-fix-gold-pthreads-typo.patch binutils: Fix typo 2015-11-13 02:17:42 +00:00
330-Dont-link-to-libfl-as-its-unnecessary.patch binutils: Don't link to libfl as it's unnecessary 2015-11-13 02:17:43 +00:00