https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100427
--- Comment #6 from cqwrteur <unlvsur at live dot com> --- (In reply to cqwrteur from comment #5) > actually a lot of dlls are not copied correctly. > > libstdc++-6.dll libatomic.dll libquadmath.dll libssp.dll are all copied with > 32 bit dlls. > > And libgcc_seh.dll is not copied. > > I think the copy to bin behavior should be removed. It should be just like > normal linux distribution. 64 bit dlls in lib. 32 bit dlls in lib32. or just provide a toggle for not copying DLLs. thank you