]> git.wh0rd.org Git - elf2flt.git/commit
Symlink required binutils/BFD headers to local dir
authorAlexey Neyman <stilor@att.net>
Mon, 27 Feb 2017 09:20:10 +0000 (01:20 -0800)
committerAlexey Neyman <stilor@att.net>
Fri, 17 Mar 2017 23:15:00 +0000 (16:15 -0700)
commit512402359d3e75e11c8f057d045b7b97fa070fbc
tree212625d289311f986910709afbe8e504db0bda41
parenta8bc69b882a55b1f1e437b50e33d3db8414eb68e
Symlink required binutils/BFD headers to local dir

... to minimize the chance of clashes with system headers.

Also, remove the -lcygwin from Makefile.in: this breaks canadian
build on cygwin, as it tries to pass -lcygwin into non-Cygwin host
CC. This chunk pre-dates the addition of -lc into configure.ac and
passing -lc should be sufficient (it works for me).

Signed-off-by: Alexey Neyman <stilor@att.net>
Makefile.in
configure
configure.ac