aarch64: Add aarch64-w64-mingw32 target to libatomic

libatomic/ChangeLog:

	* configure.tgt: Add aarch64-w64-mingw32 target.
This commit is contained in:
Zac Walker 2024-03-01 02:23:45 +01:00 committed by Christophe Lyon
parent 10a2f11b41
commit 0c23efc04b

View File

@ -44,7 +44,7 @@ case "${target_cpu}" in
aarch64*)
ARCH=aarch64
case "${target}" in
aarch64*-*-linux*)
aarch64*-*-linux* | aarch64-*-mingw*)
if test -n "$enable_aarch64_lse"; then
try_ifunc=yes
fi