Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2018 18:02:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 228161] [devel/powerpc64-gcc] Please enable --enable-gnu-indirect-function so xtoolchain can build CURRENT on amd64
Message-ID:  <bug-228161-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228161

            Bug ID: 228161
           Summary: [devel/powerpc64-gcc] Please enable
                    --enable-gnu-indirect-function so xtoolchain can build
                    CURRENT on amd64
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kan@FreeBSD.org
          Reporter: cem@freebsd.org
          Assignee: kan@FreeBSD.org
             Flags: maintainer-feedback?(kan@FreeBSD.org)

Like https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D344030 , p=
lease
enable ifuncs on the xtoolchain GCC.  Thanks!

Until it is enabled, xtoolchain cannot build CURRENT on amd64:

In file included from /usr/src/sys/amd64/amd64/fpu.c:64:0:
/usr/src/sys/amd64/amd64/fpu.c:195:22: error: ifunc is not supported
on this target
 DEFINE_IFUNC(, void, fpusave, (void *), static)
                      ^
./x86/ifunc.h:55:19: note: in definition of macro 'DEFINE_IFUNC'
     qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
                   ^~~~
/usr/src/sys/amd64/amd64/fpu.c:202:22: error: ifunc is not supported
on this target
 DEFINE_IFUNC(, void, fpurestore, (void *), static)
                      ^
./x86/ifunc.h:55:19: note: in definition of macro 'DEFINE_IFUNC'
     qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
                   ^~~~
--- fpu.o ---
*** [fpu.o] Error code 1

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228161-7788>