Changeset afb802cd in rtems
- Timestamp:
- 02/13/02 14:29:42 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 891d63bd
- Parents:
- 6953e68e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/unix/ChangeLog
r6953e68e rafb802cd 1 2002-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Fix the test to determine cpu context size. 4 1 5 2001-02-05 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/exec/score/cpu/unix/configure.ac
r6953e68e rafb802cd 33 33 ## The code fragment below had been used in tools/cpu/unix/gensize.c. 34 34 ## FIXME: 35 ## * The sun-stuff needs to be looked after.36 35 ## * The pad very likely is not necessary. 37 36 AC_CHECK_SIZEOF([CPU_CONTEXT],[],[ 38 #if defined(__sun__) && defined(__sparc__) && \39 defined(__unix__) && defined(__svr4__)40 #undef _POSIX_C_SOURCE41 #define _POSIX_C_SOURCE 342 #undef __STRICT_ANSI__43 #endif44 45 37 #include <stdio.h> 46 38 #include <setjmp.h> -
cpukit/score/cpu/unix/ChangeLog
r6953e68e rafb802cd 1 2002-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Fix the test to determine cpu context size. 4 1 5 2001-02-05 Joel Sherrill <joel@OARcorp.com> 2 6 -
cpukit/score/cpu/unix/configure.ac
r6953e68e rafb802cd 33 33 ## The code fragment below had been used in tools/cpu/unix/gensize.c. 34 34 ## FIXME: 35 ## * The sun-stuff needs to be looked after.36 35 ## * The pad very likely is not necessary. 37 36 AC_CHECK_SIZEOF([CPU_CONTEXT],[],[ 38 #if defined(__sun__) && defined(__sparc__) && \39 defined(__unix__) && defined(__svr4__)40 #undef _POSIX_C_SOURCE41 #define _POSIX_C_SOURCE 342 #undef __STRICT_ANSI__43 #endif44 45 37 #include <stdio.h> 46 38 #include <setjmp.h>
Note: See TracChangeset
for help on using the changeset viewer.