From afb802cd5949b22df4dd25930a78286ededd1246 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 Feb 2002 14:29:42 +0000 Subject: 2002-02-13 Ralf Corsepius * configure.ac: Fix the test to determine cpu context size. --- c/src/exec/score/cpu/unix/ChangeLog | 4 ++++ c/src/exec/score/cpu/unix/configure.ac | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'c/src') 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 + + * configure.ac: Fix the test to determine cpu context size. + 2001-02-05 Joel Sherrill * .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 #include -- cgit v1.2.3