gdb/
[deliverable/binutils-gdb.git] / gas / config.in
index b1bdf8f499b68815c926c3769535199a621b1295..411710ea2487a9642183b3c7be314270b5a0e8f4 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.022789 seconds and 4 git commands to generate.