crosstool-ng/patches/binutils
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
..
2.16.1a binutils/binutils: fixup version strings 2011-09-11 18:18:53 +02:00
2.17a binutils/binutils: fixup version strings 2011-09-11 18:18:53 +02:00
2.18a gcc: Support only the latest branch releases of gcc 2015-10-31 12:17:35 -07:00
2.19.1a binutils/binutils: fixup version strings 2011-09-11 18:18:53 +02:00
2.20.1a binutils/binutils: fixup version strings 2011-09-11 18:18:53 +02:00
2.21.1a binutils/binutils: add latest version 2011-09-11 19:54:57 +02:00
2.22 binutils/binutils: do not fwd declare struct stat (2.22). 2012-11-06 17:42:39 +01:00
2.24 patches/binutils: Update patches from 2.22 to 2.24 2014-02-21 23:53:40 -08:00
2.25 gcc: Support only the latest branch releases of gcc 2015-10-31 12:17:35 -07:00
2.25.1 binutils: Don't link to libfl as it's unnecessary 2015-11-13 02:17:43 +00:00