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 | |
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')
-rwxr-xr-x | gcc/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure index a2abfcc..e1f72d7 100755 --- a/gcc/configure +++ b/gcc/configure @@ -12292,6 +12292,7 @@ if test "${gcc_cv_mcontext_underscores+set}" = set; then else cat >conftest.$ac_ext <<_ACEOF +#include <sys/cdefs.h> #include <sys/signal.h> #include <ucontext.h> int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; } |