From: Alan Modra Date: Mon, 10 Sep 2012 22:30:57 +0000 (+0000) Subject: * config.in: Disable sanity check for kfreebsd. X-Git-Tag: sid-snapshot-20121001~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00716ab17456adb467b1c9da399da5d0f8a74ae9;p=external%2Fbinutils.git * config.in: Disable sanity check for kfreebsd. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 15053f6..e678d3a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Matthias Klose + + * config.in: Disable sanity check for kfreebsd. + 2012-09-10 H.J. Lu * configure: Regenerated. diff --git a/bfd/config.in b/bfd/config.in index 20b619d..2fc4897 100644 --- a/bfd/config.in +++ b/bfd/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__) && !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 diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 95ed4c1..d254df9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Matthias Klose + + * config.in: Disable sanity check for kfreebsd. + 2012-09-10 H.J. Lu * configure: Regenerated. 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 diff --git a/gas/ChangeLog b/gas/ChangeLog index cbc8f2f..811eb13 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Matthias Klose + + * config.in: Disable sanity check for kfreebsd. + 2012-09-10 H.J. Lu * configure: Regenerated. diff --git a/gas/config.in b/gas/config.in index b1bdf8f..411710e 100644 --- a/gas/config.in +++ b/gas/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__) && !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 diff --git a/gold/ChangeLog b/gold/ChangeLog index e481713..c7488ef 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Matthias Klose + + * config.in: Disable sanity check for kfreebsd. + 2012-09-10 Sterling Augustine * gdb-index.cc (Gdb_index::pubnames_read): New parameter. diff --git a/gold/config.in b/gold/config.in index 3edc0d6..42252bf 100644 --- a/gold/config.in +++ b/gold/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__) && !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 diff --git a/ld/ChangeLog b/ld/ChangeLog index bb4ff85..9641ccc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Matthias Klose + + * config.in: Disable sanity check for kfreebsd. + 2012-09-10 H.J. Lu * configure: Regenerated. diff --git a/ld/config.in b/ld/config.in index 5fbc4a3..f4a8a23 100644 --- a/ld/config.in +++ b/ld/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__) && !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 diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index eb543d2..13b0173 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Matthias Klose + + * config.in: Disable sanity check for kfreebsd. + 2012-09-10 H.J. Lu * configure: Regenerated. diff --git a/opcodes/config.in b/opcodes/config.in index 7b97957..9555f7d 100644 --- a/opcodes/config.in +++ b/opcodes/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__) && !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