diff options
Diffstat (limited to 'binutils/config.in')
-rw-r--r-- | binutils/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/config.in b/binutils/config.in index 3b3812c..4ed54e9 100644 --- a/binutils/config.in +++ b/binutils/config.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 |