aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2007-02-21 23:58:22 +0000
committerMike Stump <mrs@gcc.gnu.org>2007-02-21 23:58:22 +0000
commitba7da42a75dcdced58f7e7478015543902d937d7 (patch)
tree8bab3289362a6211cd492dd5f86be5ad449ba4e8 /gcc/configure
parent73701e27366b20395ad5c3e296983b20ae0235b1 (diff)
downloadgcc-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-xgcc/configure1
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; }