mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
95c8e7d2cb9188aa072ab0261f276c2062dd79fd
Several of the gas and gnu_ld checks in gcc/configure actually need to determine if Solaris as and ld are in use. Since solaris_as and solaris_ld are determined reliably now, it's clearer to check them directly instead of !gas and !gnu_ld. This patch does just that. Since solaris_as/solaris_ld imply target *-*-solaris2*, the tests can be simplified and sometimes converted from case/esac to if/else. Bootstrapped on amd64-pc-solaris2.11, sparcv9-sun-solaris2.11, x86_64-pc-linux-gnu, amd64-pc-freebsd15.0, and x86_64-apple-darwin21.6.0. When there are different flavours of as and/or ld depending on PATH (/usr/bin/as vs. /usr/gnu/bin/as resp. ld on Solaris, /usr/bin/ld, LLD, and /usr/local/bin/ld, GNU ld on FreeBSD), the builds were configured with --with-as/--with-ld. The Solaris tests were run for as/ld, gas/ld, and gas/gld configurations, the FreeBSD tests with gas/gld. In all cases, gcc/auto-host.h and gcc/Makefile were unchanged. 2026-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> gcc: * configure.ac: Test solaris_as, solaris_ld instead of gas, gnu_ld. (gcc_cv_as_working_gdwarf_n_flag): Escape '.' in filename. * acinclude.m4 (gcc_cv_initfini_array): Test solaris_as, solaris_ld instead of gas, gnu_ld. * configure: Regenerate.
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
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.2%
Ada
14.4%
D
6.1%
Go
5.7%
Other
12.4%