* config.in: Disable sanity check for kfreebsd.
[deliverable/binutils-gdb.git] / gold / config.in
index 3edc0d684f6cc12f5272099e36447f1fe9669822..42252bf5a523c62de0599e58c0bd065c4141e417 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.022997 seconds and 4 git commands to generate.