> The attached patch fixes compiling FreeType for RISC OS, and this mailing > list post > (https://lists.nongnu.org/archive/html/freetype-devel/2017-09/msg00142.html) > shows that the same error occurs when building for MIPS Linux as well.
Are you absolutely sure that gcc-4.8 works? If you re not sure, your patch is incorrect. I do not think this is about gcc version but rather about SIMD-capable targets: https://gcc.gnu.org/onlinedocs/gcc-4.7.4/gcc/Vector-Extensions.html https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gcc/Vector-Extensions.html https://gcc.gnu.org/onlinedocs/gcc-5.5.0/gcc/Vector-Extensions.html https://gcc.gnu.org/onlinedocs/gcc-9.2.0/gcc/Vector-Extensions.html _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
