mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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.
This commit is contained in:
parent
e8d003736e
commit
10a2f11b41
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user