]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove historical GNUC test
authoremaste <emaste@FreeBSD.org>
Tue, 8 Dec 2015 19:32:58 +0000 (19:32 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 8 Dec 2015 19:32:58 +0000 (19:32 +0000)
commite75386a996ddcd8328dd7d296104748d9876bfa0
tree4adbcb850d09722bc1380a534ce0716c9dfaf32c
parent65566224449e43d468e0119224ef95e38945f1d7
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.

Sponsored by: The FreeBSD Foundation
lib/csu/aarch64/crt1.c
lib/csu/amd64/crt1.c
lib/csu/arm/crt1.c
lib/csu/i386/crt1_c.c
lib/csu/mips/crt1.c
lib/csu/powerpc/crt1.c
lib/csu/powerpc64/crt1.c
lib/csu/sparc64/crt1.c