Ignore the -bindir option, meaningless on OpenBSD.
authorjca <jca@openbsd.org>
Tue, 2 Aug 2016 16:09:55 +0000 (16:09 +0000)
committerjca <jca@openbsd.org>
Tue, 2 Aug 2016 16:09:55 +0000 (16:09 +0000)
commit56ddd3f62b9cdba70e07a260bb9504eb85a7d7f5
tree955d13f0950e9a0dd6fafa86fce879830f1f0dcc
parent3dabc7963b54117b3500aa119ed08250b19e2639
Ignore the -bindir option, meaningless on OpenBSD.

Lack of -bindir handling is not a problem right now because -bindir is
passed to cc(1) which ignores it, and because read(2) on /usr/local/bin
returns 0 right now, so ld(1) copes with it.  But there are plans to
make read(2) fail with EISDIR.

Input from and bulk builds thanks to ajacoutot@, ok ajacoutot@ espie@
usr.bin/libtool/LT/Mode/Link.pm