about summary refs log tree commit diff
path: root/src/librustc_target/spec/windows_gnu_base.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-95/+0
2020-08-13Add LLD flags for MinGWMateusz Mikuła-46/+43
2020-07-22rustc_target: Add a target spec option for disabling `--eh-frame-hdr`Vadim Petrochenkov-0/+1
2020-06-13Add/update comments about MinGW late_link_argsMateusz Mikuła-3/+4
2020-06-09Reoder order in which MinGW libs are linkedMateusz Mikuła-1/+1
2020-05-14linker: More systematic handling of CRT objectsVadim Petrochenkov-11/+6
2020-04-13rustc_target: Remove some useless importsVadim Petrochenkov-1/+0
2020-04-13rustc_target: `windows(_uwp)_base` -> `windows(_uwp)_gnu_base`Vadim Petrochenkov-0/+102
The old naming is from ancient times when there was no MSVC support. Also `uefi_base` -> `uefi_msvc_base`. It will inherit from `msvc_base` in a future commit, plus a GNU UEFI target is also potentially possible.