You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1. Change the linker name to "x86_64-w64-mingw32.static.posix-gcc.exe".
62
-
# 2. Add empty libgcc_s.a and libgcc_eh.a, and add them to the compiler's
63
-
# library search paths via `LIBRARY_PATH` envvar.
64
-
#
65
-
# The first tweak is needed because Rtools42 doesn't contain
66
-
# "x86_64-w64-mingw32-gcc," which `rustc` uses as the default linker
67
-
# for the `x86_64-pc-windows-gnu` target.
68
-
#
69
-
# If we use the Rtools' toolchain, the second tweak is also required.
70
-
# `rustc` adds `-lgcc_eh` and `-lgcc_s` flags to the compiler, but
71
-
# Rtools' GCC doesn't have `libgcc_eh` or `libgcc_s` due to the
72
-
# compilation settings. So, in order to please the compiler, we need
73
-
# to add empty `libgcc_eh` or `libgcc_s` to the library search paths.
74
-
#
75
-
# For more details, please refer to https://github.com/r-windows/rtools-packages/blob/2407b23f1e0925bbb20a4162c963600105236318/mingw-w64-gcc/PKGBUILD#L313-L316
0 commit comments