https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127137
Bug ID: 127137
Summary: mingw32crt: Remove outdated target
Product: gcc
Version: 16.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: dragon-archer at outlook dot com
Target Milestone: ---
This target is not used by anyone, long no maintained, and actually can't
build:
The last real change to gcc/config/i386/crtdll.h was in 2003
(70e5e841b8b9310716018a98acfb8e918c3b4f13), which introduced a typo of
`-libmingwex` that actually should be `-lmingwex`. This typo was never found
and/or fixed for 20+ years, which is a strong indication that no one is using
this target.