K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-04-20T19:11:45.629535Z K 7 svn:log V 673 net-p2p/libtorrent-rasterbar: switch to ports GCC on powerpc64 elfv1 and base clang on elfv2 Clang doesn't support elfv1: : && /usr/local/bin/clang90 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -L/usr/local/lib -liconv -fstack-protector-strong CMakeFiles/cmTC_dc41f.dir/testCCompiler.c.o -o cmTC_dc41f && : ld: error: /usr/src/lib/csu/common/ignore_init.c:136:(.text+0x32): relocation R_PPC64_TOC16_DS out of range: -32944 is not in [-32768, 32767] ld: error: /usr/src/lib/csu/common/ignore_init.c:139:(.text+0x5A): relocation R_PPC64_TOC16_DS out of range: -32936 is not in [-32768, 32767] So just use GCC on elfv1 and base Clang on elfv2. END