CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/12/26 04:41:51
Modified files:
graphics/tesseract/tesseract: Makefile
Log message:
Stop building RVV asm and stop requiring llvm-17
Said asm code is unreachable anyway since runtime detection only uses
getauxval() which we don't provide. So it's completely pointless to
depend on llvm-17 to build the asm code and prepare for when we start
supporting the Vector extension in the kernel.
