]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aarch64: Build and add objects for Cygwin and MinGW for AArch64
authorZac Walker <zacwalker@microsoft.com>
Tue, 20 Feb 2024 12:55:51 +0000 (13:55 +0100)
committerChristophe Lyon <christophe.lyon@linaro.org>
Tue, 7 May 2024 16:02:34 +0000 (16:02 +0000)
gcc/ChangeLog:

* config.gcc: Build and add objects for Cygwin and MinGW. Add Cygwin
and MinGW options to the target.

gcc/config.gcc

index 5f9225907a70e6c163090230c9403acb9d10de4e..cfc2db545d010c3755dd64548a5d40943f34fc82 100644 (file)
@@ -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'