Commit 73f12c6d authored by Feiyang Chen's avatar Feiyang Chen Committed by Paul E. McKenney

tools/nolibc: Add support for LoongArch

Add support for LoongArch (32 and 64 bit) to nolibc.
Signed-off-by: default avatarFeiyang Chen <chenfeiyang@loongson.cn>
Acked-by: default avatarHuacai Chen <chenhuacai@loongson.cn>
Signed-off-by: default avatarWilly Tarreau <w@1wt.eu>
Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent b551cb7d
This diff is collapsed.
......@@ -29,6 +29,8 @@
#include "arch-riscv.h"
#elif defined(__s390x__)
#include "arch-s390.h"
#elif defined(__loongarch__)
#include "arch-loongarch.h"
#endif
#endif /* _NOLIBC_ARCH_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment