diff options
author | Ray Donnelly <mingw.android@gmail.com> | 2015-10-25 18:46:52 +0000 |
---|---|---|
committer | Ray Donnelly <mingw.android@gmail.com> | 2015-11-13 02:17:43 +0000 |
commit | df02517fd73789f3c8a30d959f386243bf346a0f (patch) | |
tree | 6aaf4e240f631d09b2ccb5d9021138e83f599f99 /patches/gcc/5.2.0/201-libgcc-remove-unistd-header.patch | |
parent | 3c95e3492ae66ee012a0ec886be7af9529cfbeb1 (diff) | |
download | crosstool-ng-df02517fd73789f3c8a30d959f386243bf346a0f.tar.gz crosstool-ng-df02517fd73789f3c8a30d959f386243bf346a0f.tar.bz2 crosstool-ng-df02517fd73789f3c8a30d959f386243bf346a0f.zip |
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>
Diffstat (limited to 'patches/gcc/5.2.0/201-libgcc-remove-unistd-header.patch')
0 files changed, 0 insertions, 0 deletions