Re: Why lang/gcc9 depends native-binutils ?

2020-07-23 Thread Thomas Mueller
> The GNU Binutils are a collection of binary tools. The main ones are: > * ld - the GNU linker. > * as - the GNU assembler. > Most of these programs use BFD, the Binary File Descriptor library, to do > low-level manipulation. Many of them also use the opcodes library to assemble > and disassembl

Re: Why lang/gcc9 depends native-binutils ?

2020-07-22 Thread KIRIYAMA Kazuhiko
On Wed, 22 Jul 2020 18:08:50 +0900, Mark Millard via freebsd-ports wrote: > > On 2020-Jul-22, at 01:03, Mark Millard wrote: > > > On 2020-Jul-22, at 00:23, KIRIYAMA Kazuhiko wrote: > > > >> Hi, Mark > >> > >> On Tue, 21 Jul 2020 17:51:41 +0900, > >> Mark Millard via freebsd-ports wrote: > >>>

Re: Why lang/gcc9 depends native-binutils ?

2020-07-22 Thread Mark Millard via freebsd-ports
On 2020-Jul-22, at 01:03, Mark Millard wrote: > On 2020-Jul-22, at 00:23, KIRIYAMA Kazuhiko wrote: > >> Hi, Mark >> >> On Tue, 21 Jul 2020 17:51:41 +0900, >> Mark Millard via freebsd-ports wrote: >>> >>> KIRIYAMA Kazuhiko kiri at truefc.org wrote on >>> Tue Jul 21 02:33:25 UTC 2020 : >>> >>>

Re: Why lang/gcc9 depends native-binutils ?

2020-07-22 Thread Mark Millard via freebsd-ports
On 2020-Jul-22, at 00:23, KIRIYAMA Kazuhiko wrote: > Hi, Mark > > On Tue, 21 Jul 2020 17:51:41 +0900, > Mark Millard via freebsd-ports wrote: >> >> KIRIYAMA Kazuhiko kiri at truefc.org wrote on >> Tue Jul 21 02:33:25 UTC 2020 : >> >>> checking for iconv declaration... >>> extern si

Re: Why lang/gcc9 depends native-binutils ?

2020-07-22 Thread KIRIYAMA Kazuhiko
Hi, Mark On Tue, 21 Jul 2020 17:51:41 +0900, Mark Millard via freebsd-ports wrote: > > KIRIYAMA Kazuhiko kiri at truefc.org wrote on > Tue Jul 21 02:33:25 UTC 2020 : > > > checking for iconv declaration... > > extern size_t iconv (iconv_t cd, char * *inbuf, size_t > > *inbytesleft, ch

Re: Why lang/gcc9 depends native-binutils ?

2020-07-21 Thread Mark Millard via freebsd-ports
KIRIYAMA Kazuhiko kiri at truefc.org wrote on Tue Jul 21 02:33:25 UTC 2020 : > checking for iconv declaration... > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, > char * *outbuf, size_t *outbytesleft); > *** BFD does not support target native-unknown-freebsd13.0.

Re: Why lang/gcc9 depends native-binutils ?

2020-07-20 Thread Steve Kargl
On Tue, Jul 21, 2020 at 11:33:13AM +0900, KIRIYAMA Kazuhiko wrote: > > lang/gcc9 depends devel/binutils with FLAVOR=native, so gcc9 > compilation stopped at devel/binutils. Why lang/gcc9 depends > native-binutils ? > Just a guess. LTO. -- Steve ___