mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
f5e0d33ab4
libsanitizer is only supported on selected architectures. Add ARCH_SUPPORTS_LIBSANITIZER and have architectures select this option based on the list of supported configurations from GCC's libsanitizer/configure.tgt. Support for mips64 was added in GCC12 so this is an additional condition for the mips architecture. Fixes #1733 Signed-off-by: Chris Packham <judge.packham@gmail.com>
19 lines
594 B
Plaintext
19 lines
594 B
Plaintext
# SPARC specific config options
|
|
|
|
## no-package
|
|
## select ARCH_SUPPORTS_32
|
|
## select ARCH_SUPPORTS_64
|
|
## select ARCH_DEFAULT_32
|
|
## select ARCH_SUPPORTS_BOTH_MMU
|
|
## select ARCH_DEFAULT_HAS_MMU
|
|
## select ARCH_SUPPORTS_FLAT_FORMAT
|
|
## select ARCH_SUPPORTS_WITH_CPU
|
|
## select ARCH_SUPPORTS_WITH_TUNE
|
|
## select ARCH_SUPPORTS_WITH_FLOAT
|
|
## select ARCH_SUPPORTS_WITH_32_64 if GCC_6_or_later
|
|
## select ARCH_SUPPORTS_LIBSANITIZER
|
|
##
|
|
## help The SUN SPARC architecture, as defined by:
|
|
## help 32 bit: http://www.sparc.org/standards/V8.pdf
|
|
## help 64 bit: http://www.sparc.org/standards/SPARCV9.pdf
|