mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 02:44:18 +08:00
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:
parent
961c504109
commit
6c11f24532
@ -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"
|
||||
;;
|
||||
|
2
libgcc/config/aarch64/t-mingw
Normal file
2
libgcc/config/aarch64/t-mingw
Normal file
@ -0,0 +1,2 @@
|
||||
# Bypass hidden attribute warnings in MinGW until it is implemented
|
||||
LIBGCC2_CFLAGS += -Wno-error=attributes
|
Loading…
Reference in New Issue
Block a user