mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
* config.in: Disable sanity check for kfreebsd.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/* Check that config.h is #included before system headers
|
||||
(this works only for glibc, but that should be enough). */
|
||||
#if defined(__GLIBC__)
|
||||
#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__)
|
||||
# error config.h must be #included before system headers
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user