mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
da2229db8809d461cd483a22725d53694dcdfa1e
Some packages (gnulib) pass COFF object files with .res extension directly to gcc, expecting them to be passed through to the linker, instead of windres. However, the current EXTRA_DEFAULT_COMPILERS spec intercepts all .res files and runs them through windres, which fails for COFF files that are not Windows resource files (Microsoft Visual C binary resource file as identified by libmagic/file). This patch removes the .res file specs, leaving only the .rc support specs active. At a later date, this can be reviewed. The driver could inspect the .res file to see if it's a object file or, but, it's somewhat questionable if handling .res is even useful. gcc/ChangeLog: PR driver/123504 * config/i386/cygming.h (EXTRA_DEFAULT_COMPILERS): Comment out .res spec to allow COFF files with .res extension to pass through to the linker. * config/aarch64/cygming.h (EXTRA_DEFAULT_COMPILERS): Likewise. Signed-off-by: Jonathan Yong <10walls@gmail.com>
…
…
…
…
…
…
…
…
…
…
…
…
…
…
This directory contains the GNU Compiler Collection (GCC). The GNU Compiler Collection is free software. See the files whose names start with COPYING for copying permission. The manuals, and some of the runtime libraries, are under different terms; see the individual source files for details. The directory INSTALL contains copies of the installation information as HTML and plain text. The source of this information is gcc/doc/install.texi. The installation information includes details of what is included in the GCC sources and what files GCC installs. See the file gcc/doc/gcc.texi (together with other files that it includes) for usage and porting information. An online readable version of the manual is in the files gcc/doc/gcc.info*. See http://gcc.gnu.org/bugs/ for how to report bugs usefully. Copyright years on GCC source files may be listed using range notation, e.g., 1987-2012, indicating that every year in the range, inclusive, is a copyrightable year that could otherwise be listed individually.
Description
Languages
C++
30.7%
C
30.1%
Ada
14.4%
D
6.1%
Go
5.7%
Other
12.5%