main/clang18: create config.cfg for loongarch64

This commit is contained in:
Jingyun Hua 2024-05-15 01:58:45 +00:00 committed by Natanael Copa
parent 34c252e4a0
commit 724ecde4fa

View File

@ -193,6 +193,9 @@ package() {
# (Gnu.cpp)
touch config.cfg
;;
loongarch64)
touch config.cfg
;;
esac
# the target triple being built for
# in LLVM, we set -DLLVM_DEFAULT_TARGET_TRIPLE to the same thing,