]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r292000: Remove historical GNUC test
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 20 May 2016 19:14:15 +0000 (19:14 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 20 May 2016 19:14:15 +0000 (19:14 +0000)
commit5e6ff04582073b7d7242d83ae803b47af9a2fd5a
treef8fac7ba8c7aafd3a17e27ea0aa2ea7ecb7dfcd8
parent850c6e11237d51643e89f6430234aadd12396f35
MFC r292000: Remove historical GNUC test

The requirement is for a GCC-compatible compiler and not necessarily
GCC itself. However, we currently expect any compiler used for building
the whole of FreeBSD to be GCC-compatible and many things will break if
not; there's no longer a need to have an explicit test for this in csu.

git-svn-id: svn://svn.freebsd.org/base/stable/10@300323 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/csu/amd64/crt1.c
lib/csu/arm/crt1.c
lib/csu/i386-elf/crt1_c.c
lib/csu/mips/crt1.c
lib/csu/powerpc/crt1.c
lib/csu/powerpc64/crt1.c
lib/csu/sparc64/crt1.c