CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/02/11 02:03:00
Modified files:
editors/scite : Makefile
Log message:
Fix sparc64 build by using ports-gcc not ports-clang
Error with ports-clang:
/tmp/Credits-910602.s: Assembler messages:
/tmp/Credits-910602.s:45266: Error: can't resolve `.L.str.397' {.rodata.str1.1
section} -
`reltable._ZN9SciTEBase15SetAboutMessageERN3GUI15ScintillaWindowEPKc' {.rodata
section}
[same error multiple times]
clang-13: error: assembler command failed with exit code 1 (use -v to see
invocation)
Same treatment as editors/scintilla