[Bug 228161] [devel/powerpc64-gcc] Please enable --enable-gnu-indirect-function so xtoolchain can build CURRENT on amd64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 11 18:02:59 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228161

            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 at FreeBSD.org
          Reporter: cem at freebsd.org
          Assignee: kan at FreeBSD.org
             Flags: maintainer-feedback?(kan at FreeBSD.org)

Like https://svnweb.freebsd.org/ports?view=revision&revision=344030 , please
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

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


More information about the freebsd-ports-bugs mailing list