mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 01:56:51 +00:00
toolchain: Allow sanitizer on mips and mipsel
Support for libsanitizer on MIPS 32 and MIPSEL 32 was added with GCC 9. MIPS 64 and ARC are still not supported. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
7f1edbd412
commit
db3acbac11
@ -115,7 +115,7 @@ define Package/libasan
|
|||||||
$(call Package/gcc/Default)
|
$(call Package/gcc/Default)
|
||||||
NAME:=libasan
|
NAME:=libasan
|
||||||
TITLE:=Runtime library for AddressSanitizer in GCC
|
TITLE:=Runtime library for AddressSanitizer in GCC
|
||||||
DEPENDS:=@USE_GLIBC +librt +libstdcpp @!mips @!mipsel @!mips64 @!mips64el @!arc
|
DEPENDS:=@USE_GLIBC +librt +libstdcpp @!mips64 @!mips64el @!arc
|
||||||
ABI_VERSION:=5
|
ABI_VERSION:=5
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -202,7 +202,7 @@ define Package/libubsan
|
|||||||
$(call Package/gcc/Default)
|
$(call Package/gcc/Default)
|
||||||
NAME:=libubsan
|
NAME:=libubsan
|
||||||
TITLE:=Runtime library for UndefinedBehaviorSanitizer in GCC
|
TITLE:=Runtime library for UndefinedBehaviorSanitizer in GCC
|
||||||
DEPENDS:=@USE_GLIBC +librt +libstdcpp @!mips @!mipsel @!mips64 @!mips64el @!arc
|
DEPENDS:=@USE_GLIBC +librt +libstdcpp @!mips64 @!mips64el @!arc
|
||||||
ABI_VERSION:=1
|
ABI_VERSION:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user