mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
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.
This commit is contained in:
parent
ce9a388eb3
commit
f97afcbdbc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=300323
@ -27,12 +27,6 @@
|
|||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
#ifndef lint
|
|
||||||
#ifndef __GNUC__
|
|
||||||
#error "GCC is needed to compile this file"
|
|
||||||
#endif
|
|
||||||
#endif /* lint */
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "libc_private.h"
|
#include "libc_private.h"
|
||||||
|
@ -42,12 +42,6 @@
|
|||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
#ifndef lint
|
|
||||||
#ifndef __GNUC__
|
|
||||||
#error "GCC is needed to compile this file"
|
|
||||||
#endif
|
|
||||||
#endif /* lint */
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "libc_private.h"
|
#include "libc_private.h"
|
||||||
|
@ -29,12 +29,6 @@
|
|||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
#ifndef lint
|
|
||||||
#ifndef __GNUC__
|
|
||||||
#error "GCC is needed to compile this file"
|
|
||||||
#endif
|
|
||||||
#endif /* lint */
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "libc_private.h"
|
#include "libc_private.h"
|
||||||
|
@ -36,10 +36,6 @@
|
|||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
#ifndef __GNUC__
|
|
||||||
#error "GCC is needed to compile this file"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "libc_private.h"
|
#include "libc_private.h"
|
||||||
#include "crtbrand.c"
|
#include "crtbrand.c"
|
||||||
|
@ -42,12 +42,6 @@
|
|||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
#ifndef lint
|
|
||||||
#ifndef __GNUC__
|
|
||||||
#error "GCC is needed to compile this file"
|
|
||||||
#endif
|
|
||||||
#endif /* lint */
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "libc_private.h"
|
#include "libc_private.h"
|
||||||
|
@ -42,12 +42,6 @@
|
|||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
#ifndef lint
|
|
||||||
#ifndef __GNUC__
|
|
||||||
#error "GCC is needed to compile this file"
|
|
||||||
#endif
|
|
||||||
#endif /* lint */
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "libc_private.h"
|
#include "libc_private.h"
|
||||||
|
@ -33,12 +33,6 @@
|
|||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
#ifndef lint
|
|
||||||
#ifndef __GNUC__
|
|
||||||
#error "GCC is needed to compile this file"
|
|
||||||
#endif
|
|
||||||
#endif /* lint */
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "libc_private.h"
|
#include "libc_private.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user