1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/emulators/simh
Dimitry Andric c13c92a1a3 During the exp-run in bug 206074, it was found that emulators/simh gives
errors with a recent clang 3.8.0 snapshot [1]:

   /usr/bin/ld: unrecognized option '-plugin'

And more of such linking errors.  This is because the simh main Makefile
attempts to use -flto -fwhole-program with clang, but this support
depends on the correctly link time optimization infrastructure being
installed (e.g. the LLVMgold.so plugin, and more).

Since LTO is not available yet in base, here is a patch to disable the
use of these options more thorougly.

Approved by:	koobs (ports)
PR:		206411
MFH:		2016Q1
2016-01-24 16:25:26 +00:00
..
files During the exp-run in bug 206074, it was found that emulators/simh gives 2016-01-24 16:25:26 +00:00
distinfo
Makefile During the exp-run in bug 206074, it was found that emulators/simh gives 2016-01-24 16:25:26 +00:00
pkg-descr