aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorZac Walker <zacwalker@microsoft.com>2024-02-20 13:55:51 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2024-05-07 16:02:34 +0000
commit10a2f11b4101bdea84048ca90cd06e362f254c4c (patch)
tree013b6a6d2ad7f7bae87b7cb8c13009132dd2df7d /gcc
parente8d003736e6c3ba9bddbd74bb07b5d91d3674b9f (diff)
downloadgcc-10a2f11b4101bdea84048ca90cd06e362f254c4c.zip
gcc-10a2f11b4101bdea84048ca90cd06e362f254c4c.tar.gz
gcc-10a2f11b4101bdea84048ca90cd06e362f254c4c.tar.bz2
aarch64: Build and add objects for Cygwin and MinGW for AArch64
gcc/ChangeLog: * config.gcc: Build and add objects for Cygwin and MinGW. Add Cygwin and MinGW options to the target.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config.gcc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 5f92259..cfc2db5 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1278,6 +1278,11 @@ aarch64-*-mingw*)
tm_file="${tm_file} mingw/mingw-stdint.h"
tmake_file="${tmake_file} aarch64/t-aarch64"
target_gtfiles="$target_gtfiles \$(srcdir)/config/mingw/winnt.cc"
+ extra_options="${extra_options} mingw/cygming.opt mingw/mingw.opt"
+ extra_objs="${extra_objs} winnt.o"
+ c_target_objs="${c_target_objs} msformat-c.o"
+ d_target_objs="${d_target_objs} winnt-d.o"
+ tmake_file="${tmake_file} mingw/t-cygming"
case ${enable_threads} in
"" | yes | win32)
thread_file='win32'