summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu')
-rw-r--r--c/src/exec/score/cpu/unix/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/unix/configure.ac8
2 files changed, 4 insertions, 8 deletions
diff --git a/c/src/exec/score/cpu/unix/ChangeLog b/c/src/exec/score/cpu/unix/ChangeLog
index 697c57653a..a8572a7c5e 100644
--- a/c/src/exec/score/cpu/unix/ChangeLog
+++ b/c/src/exec/score/cpu/unix/ChangeLog
@@ -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>
* .cvsignore: Added stamp-h.in.
diff --git a/c/src/exec/score/cpu/unix/configure.ac b/c/src/exec/score/cpu/unix/configure.ac
index c731989fb4..0220bba23f 100644
--- a/c/src/exec/score/cpu/unix/configure.ac
+++ b/c/src/exec/score/cpu/unix/configure.ac
@@ -32,16 +32,8 @@ AS_IF([test "$HAS_MP" = "yes"],
## The code fragment below had been used in tools/cpu/unix/gensize.c.
## FIXME:
-## * The sun-stuff needs to be looked after.
## * The pad very likely is not necessary.
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 <setjmp.h>