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
2 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue