aarch64: Bypass hidden attribute warnings in MinGW

The patch bypasses hidden attribute warnings in MinGW until it is
implemented.

libgcc/ChangeLog:

	* config.host: Update.
	* config/aarch64/t-mingw: New.
This commit is contained in:
Evgeny Karpov 2024-11-01 17:47:15 +01:00 committed by Evgeny Karpov
parent 961c504109
commit 6c11f24532
2 changed files with 3 additions and 0 deletions

View File

@ -479,6 +479,7 @@ aarch64-*-mingw*)
tmake_file="${tmake_file} ${cpu_type}/t-no-eh ${tmake_thr_file}"
tmake_file="${tmake_file} t-dfprules"
tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
tmake_file="${tmake_file} ${cpu_type}/t-mingw"
tmake_file="${tmake_file} ${cpu_type}/t-lse"
tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
;;

View File

@ -0,0 +1,2 @@
# Bypass hidden attribute warnings in MinGW until it is implemented
LIBGCC2_CFLAGS += -Wno-error=attributes