aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/arm
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-12-08 19:32:58 +0000
committerEd Maste <emaste@FreeBSD.org>2015-12-08 19:32:58 +0000
commitc6a33c8e88c5684876e670c8189d03ad25108d8a (patch)
tree4adbcb850d09722bc1380a534ce0716c9dfaf32c /lib/csu/arm
parent1cee64a8c7daf06635c7802afaa1fc7957fdbb61 (diff)
Notes
Diffstat (limited to 'lib/csu/arm')
-rw-r--r--lib/csu/arm/crt1.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/csu/arm/crt1.c b/lib/csu/arm/crt1.c
index d2fbab35c349..5dec5e5f1da1 100644
--- a/lib/csu/arm/crt1.c
+++ b/lib/csu/arm/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"