]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config.in: Disable sanity check for kfreebsd.
authorAlan Modra <amodra@gmail.com>
Mon, 10 Sep 2012 22:30:57 +0000 (22:30 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 10 Sep 2012 22:30:57 +0000 (22:30 +0000)
12 files changed:
bfd/ChangeLog
bfd/config.in
binutils/ChangeLog
binutils/config.in
gas/ChangeLog
gas/config.in
gold/ChangeLog
gold/config.in
ld/ChangeLog
ld/config.in
opcodes/ChangeLog
opcodes/config.in

index 15053f60eae5445d028b90bcad989d75ba6927df..e678d3a24259d2ab875237cf1ce8bac0cf0ee7c0 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure: Regenerated.
index 20b619dd0dc1c3b72641d54340b519cac84f74a6..2fc4897ea9d2c31b866807178ec92224d8e0596c 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
index 95ed4c18950934147177b3ffb3515bd6c0b46042..d254df933eae58f37dac8d18b2328aaa89a1480d 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure: Regenerated.
index 3b3812c3e11b252125cc6dc4b55992272c9fe48a..4ed54e9c3ca959875a09efe6071138223171ef29 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__)
+#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__)
 #  error config.h must be #included before system headers
 #endif
 
index cbc8f2ff25e097c6ccaaabaf2e7d405e84f1e02a..811eb135070909bf2343bb55be2d0683c90559ef 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure: Regenerated.
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
index e481713d3d94fdb61cbf6ef8d91c889d025d4180..c7488efe88c6cc308d5160e34e294a9440287216 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-09-10  Sterling Augustine  <saugustine@google.com>
 
        * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
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
index bb4ff85e9389d73a653c4e716d38a4fd5dc2a954..9641ccc42ca4a1f4f8c6bd8c914b989e09478c47 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure: Regenerated.
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
index eb543d268f7b5ac36d7fe5dd8c7160233d45f041..13b0173fe0f20d29c9e0577c4eb0f7a4b2f32c9c 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure: Regenerated.
index 7b97957143b6f119b9addaa47eab01577393c0e0..9555f7db7cf45328757ed363dfc3dcdea9b27d56 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