mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-31 20:02:10 +00:00
toolchain: Disable libtsan and liblsan sanitizer on loongarch64
libtsan and liblsan are not supported by glibc on loongarch64 Signed-off-by: Weijie Gao <hackpascal@gmail.com>
This commit is contained in:
parent
7fcb82665e
commit
6eafcd86b8
@ -144,7 +144,7 @@ define Package/libtsan
|
||||
$(call Package/gcc/Default)
|
||||
NAME:=libtsan
|
||||
TITLE:=Runtime library for ThreadSanitizer in GCC
|
||||
DEPENDS:=@USE_GLIBC +librt +libstdcpp @!mips @!mipsel @!mips64 @!mips64el @!arc
|
||||
DEPENDS:=@USE_GLIBC +librt +libstdcpp @!loongarch64 @!mips @!mipsel @!mips64 @!mips64el @!arc
|
||||
ABI_VERSION:=0
|
||||
endef
|
||||
|
||||
@ -173,7 +173,7 @@ define Package/liblsan
|
||||
$(call Package/gcc/Default)
|
||||
NAME:=liblsan
|
||||
TITLE:=Runtime library for LeakSanitizer in GCC
|
||||
DEPENDS:=@USE_GLIBC +librt +libstdcpp @!mips @!mipsel @!mips64 @!mips64el @!arc
|
||||
DEPENDS:=@USE_GLIBC +librt +libstdcpp @!loongarch64 @!mips @!mipsel @!mips64 @!mips64el @!arc
|
||||
ABI_VERSION:=0
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user