Skip to content

Commit

Permalink
Fix build on x86_64-pc-linux-gnu when host is aarch64-w64-mingw32 (gc…
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex authored and eukarpov committed May 21, 2024
1 parent 48eab8f commit d9f8d64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcc/config.host
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ case ${host} in
i[34567]86-*-* \
| x86_64-*-* )
case ${target} in
aarch64*-*-*)
host_extra_gcc_objs="driver-aarch64.o"
host_xmake_file="${host_xmake_file} aarch64/x-aarch64"
;;
i[34567]86-*-* \
| x86_64-*-* )
host_extra_gcc_objs="driver-i386.o"
Expand Down

0 comments on commit d9f8d64

Please sign in to comment.