forked from Imagelibrary/rtems
2002-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Fix the test to determine cpu context size.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Fix the test to determine cpu context size.
|
||||||
|
|
||||||
2001-02-05 Joel Sherrill <joel@OARcorp.com>
|
2001-02-05 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* .cvsignore: Added stamp-h.in.
|
* .cvsignore: Added stamp-h.in.
|
||||||
|
|||||||
@@ -32,16 +32,8 @@ AS_IF([test "$HAS_MP" = "yes"],
|
|||||||
|
|
||||||
## The code fragment below had been used in tools/cpu/unix/gensize.c.
|
## The code fragment below had been used in tools/cpu/unix/gensize.c.
|
||||||
## FIXME:
|
## FIXME:
|
||||||
## * The sun-stuff needs to be looked after.
|
|
||||||
## * The pad very likely is not necessary.
|
## * The pad very likely is not necessary.
|
||||||
AC_CHECK_SIZEOF([CPU_CONTEXT],[],[
|
AC_CHECK_SIZEOF([CPU_CONTEXT],[],[
|
||||||
#if defined(__sun__) && defined(__sparc__) && \
|
|
||||||
defined(__unix__) && defined(__svr4__)
|
|
||||||
#undef _POSIX_C_SOURCE
|
|
||||||
#define _POSIX_C_SOURCE 3
|
|
||||||
#undef __STRICT_ANSI__
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Fix the test to determine cpu context size.
|
||||||
|
|
||||||
2001-02-05 Joel Sherrill <joel@OARcorp.com>
|
2001-02-05 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* .cvsignore: Added stamp-h.in.
|
* .cvsignore: Added stamp-h.in.
|
||||||
|
|||||||
@@ -32,16 +32,8 @@ AS_IF([test "$HAS_MP" = "yes"],
|
|||||||
|
|
||||||
## The code fragment below had been used in tools/cpu/unix/gensize.c.
|
## The code fragment below had been used in tools/cpu/unix/gensize.c.
|
||||||
## FIXME:
|
## FIXME:
|
||||||
## * The sun-stuff needs to be looked after.
|
|
||||||
## * The pad very likely is not necessary.
|
## * The pad very likely is not necessary.
|
||||||
AC_CHECK_SIZEOF([CPU_CONTEXT],[],[
|
AC_CHECK_SIZEOF([CPU_CONTEXT],[],[
|
||||||
#if defined(__sun__) && defined(__sparc__) && \
|
|
||||||
defined(__unix__) && defined(__svr4__)
|
|
||||||
#undef _POSIX_C_SOURCE
|
|
||||||
#define _POSIX_C_SOURCE 3
|
|
||||||
#undef __STRICT_ANSI__
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user