summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc64
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-12-08 19:32:58 +0000
committeremaste <emaste@FreeBSD.org>2015-12-08 19:32:58 +0000
commite75386a996ddcd8328dd7d296104748d9876bfa0 (patch)
tree4adbcb850d09722bc1380a534ce0716c9dfaf32c /lib/csu/powerpc64
parent65566224449e43d468e0119224ef95e38945f1d7 (diff)
downloadFreeBSD-src-e75386a996ddcd8328dd7d296104748d9876bfa0.zip
FreeBSD-src-e75386a996ddcd8328dd7d296104748d9876bfa0.tar.gz
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
Diffstat (limited to 'lib/csu/powerpc64')
-rw-r--r--lib/csu/powerpc64/crt1.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/csu/powerpc64/crt1.c b/lib/csu/powerpc64/crt1.c
index 35c5a6e..3ae5250 100644
--- a/lib/csu/powerpc64/crt1.c
+++ b/lib/csu/powerpc64/crt1.c
@@ -42,12 +42,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#ifndef lint
-#ifndef __GNUC__
-#error "GCC is needed to compile this file"
-#endif
-#endif /* lint */
-
#include <stdlib.h>
#include "libc_private.h"
OpenPOWER on IntegriCloud