svn commit: r333461 - head/sys/amd64/amd64

Conrad Meyer cem at freebsd.org
Fri May 11 18:06:36 UTC 2018


On Fri, May 11, 2018 at 3:07 AM, Konstantin Belousov
<kostikbel at gmail.com> wrote:
> On FreeBSD, gcc configuration requires explicit --enable-gnu-indirect-function
> option.  I see it in e.g. lang/gcc7 port Makefile.
>
> On the other hand, I do not understand how devel/amd64-xtoolchain-gcc
> and devel/powerpc64-xtoolchain-gcc are build, so cannot see whether the
> switch is added to the configure invocation.  But I suspect that it is
> not.
>
> In other words, most likely the problem is due to the port itself.

Sure, I will try to track it down and file a port bug.  Until then,
though, head is broken for cross toolchain GCC users :-(.

I believe xtoolchain GCC is configured here:
https://svnweb.freebsd.org/ports/head/devel/powerpc64-gcc/Makefile?view=markup#l44
 (Indeed, --enable-gnu-indirect-function is absent.)

Thanks,
Conrad


More information about the svn-src-head mailing list