diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2007-02-21 23:58:22 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2007-02-21 23:58:22 +0000 |
commit | ba7da42a75dcdced58f7e7478015543902d937d7 (patch) | |
tree | 8bab3289362a6211cd492dd5f86be5ad449ba4e8 /gcc/configure.ac | |
parent | 73701e27366b20395ad5c3e296983b20ae0235b1 (diff) | |
download | gcc-ba7da42a75dcdced58f7e7478015543902d937d7.zip gcc-ba7da42a75dcdced58f7e7478015543902d937d7.tar.gz gcc-ba7da42a75dcdced58f7e7478015543902d937d7.tar.bz2 |
configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
* configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
* configure: Regenerate.
From-SVN: r122211
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index db9a0c3d..ef2249b 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1334,6 +1334,7 @@ case ${host} in AC_CACHE_CHECK([whether mcontext_t fields have underscores], gcc_cv_mcontext_underscores, AC_COMPILE_IFELSE([ +#include <sys/cdefs.h> #include <sys/signal.h> #include <ucontext.h> int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; } |