HomeFreeBSD

lang/gcc10: fix runtime on powerpc64le

Description

lang/gcc10: fix runtime on powerpc64le

It looks like this part was omitted during upstreaming.
Its lack causes gcc to be compiled successfully, but fail at building simple programs:
/usr/local/bin/ld: /usr/local/lib/gcc10/libgcc_s.so: undefined reference to `.udivmodti4'
/usr/local/bin/ld: /usr/local/lib/gcc10/libgcc_s.so: undefined reference to `.
ctzdi2'
/usr/local/bin/ld: /usr/local/lib/gcc10/libgcc_s.so: undefined reference to `.parityti2'
/usr/local/bin/ld: /usr/local/lib/gcc10/libgcc_s.so: undefined reference to `.
enable_execute_stack'

Details

Provenance
pkubajAuthored on Apr 29 2021, 11:33 AM
Parents
R11:92606b55b47c: net-mgmt/wmi-client: backport three fixes to nbtsocket.c from upstream
Branches
Unknown
Tags
Unknown