Fix ARMv8 rpi, ARMv6, MIPS, MIPS64 and s390x images

This commit is contained in:
2021-05-08 12:40:55 +02:00
parent 25c411eb28
commit f9693294ff
9 changed files with 20 additions and 34 deletions

View File

@ -528,7 +528,8 @@ CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
CT_CC_GCC_LIBGOMP=y
# CT_CC_GCC_LIBSSP is not set
CT_CC_GCC_LIBQUADMATH=y
CT_CC_GCC_LIBSANITIZER=y
# Disable ANITIZER: GCC 8.x bug : https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85663
# CT_CC_GCC_LIBSANITIZER is not set
#
# Misc. obscure options.