Commit ba7da42a by Mike Stump

configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.

	* configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
	* configure: Regenerate.

From-SVN: r122211
parent 73701e27
2007-02-20 Mike Stump <mrs@apple.com>
* configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
* configure: Regenerate.
2007-02-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com> 2007-02-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
Change the defaults of some parameters and options. Change the defaults of some parameters and options.
......
...@@ -12292,6 +12292,7 @@ if test "${gcc_cv_mcontext_underscores+set}" = set; then ...@@ -12292,6 +12292,7 @@ if test "${gcc_cv_mcontext_underscores+set}" = set; then
else else
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
#include <sys/cdefs.h>
#include <sys/signal.h> #include <sys/signal.h>
#include <ucontext.h> #include <ucontext.h>
int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; } int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; }
......
...@@ -1334,6 +1334,7 @@ case ${host} in ...@@ -1334,6 +1334,7 @@ case ${host} in
AC_CACHE_CHECK([whether mcontext_t fields have underscores], AC_CACHE_CHECK([whether mcontext_t fields have underscores],
gcc_cv_mcontext_underscores, gcc_cv_mcontext_underscores,
AC_COMPILE_IFELSE([ AC_COMPILE_IFELSE([
#include <sys/cdefs.h>
#include <sys/signal.h> #include <sys/signal.h>
#include <ucontext.h> #include <ucontext.h>
int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; } int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment