* config.in: Disable sanity check for kfreebsd.
[deliverable/binutils-gdb.git] / ld / config.in
index 5fbc4a3902d44f740c369b4b0c79f3cb80f3995b..f4a8a23e8f5411c2de459e7bce953cbb4a614d6c 100644 (file)
@@ -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__) && !defined(__CONFIG_H__)
+#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
 #  error config.h must be #included before system headers
 #endif
 #define __CONFIG_H__ 1
This page took 0.026714 seconds and 4 git commands to generate.