Changeset afb802cd in rtems


Ignore:
Timestamp:
02/13/02 14:29:42 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
891d63bd
Parents:
6953e68e
Message:

2002-02-13 Ralf Corsepius <corsepiu@…>

  • configure.ac: Fix the test to determine cpu context size.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/unix/ChangeLog

    r6953e68e rafb802cd  
     12002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Fix the test to determine cpu context size.
     4
    152001-02-05      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/exec/score/cpu/unix/configure.ac

    r6953e68e rafb802cd  
    3333## The code fragment below had been used in tools/cpu/unix/gensize.c.
    3434## FIXME:
    35 ## * The sun-stuff needs to be looked after.
    3635## * The pad very likely is not necessary.
    3736AC_CHECK_SIZEOF([CPU_CONTEXT],[],[
    38 #if defined(__sun__) && defined(__sparc__) && \
    39     defined(__unix__) && defined(__svr4__)
    40 #undef  _POSIX_C_SOURCE 
    41 #define _POSIX_C_SOURCE 3
    42 #undef  __STRICT_ANSI__
    43 #endif
    44 
    4537#include <stdio.h>
    4638#include <setjmp.h>
  • cpukit/score/cpu/unix/ChangeLog

    r6953e68e rafb802cd  
     12002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Fix the test to determine cpu context size.
     4
    152001-02-05      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/score/cpu/unix/configure.ac

    r6953e68e rafb802cd  
    3333## The code fragment below had been used in tools/cpu/unix/gensize.c.
    3434## FIXME:
    35 ## * The sun-stuff needs to be looked after.
    3635## * The pad very likely is not necessary.
    3736AC_CHECK_SIZEOF([CPU_CONTEXT],[],[
    38 #if defined(__sun__) && defined(__sparc__) && \
    39     defined(__unix__) && defined(__svr4__)
    40 #undef  _POSIX_C_SOURCE 
    41 #define _POSIX_C_SOURCE 3
    42 #undef  __STRICT_ANSI__
    43 #endif
    44 
    4537#include <stdio.h>
    4638#include <setjmp.h>
Note: See TracChangeset for help on using the changeset viewer.