2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>

* configure.ac: Added AC_CHECK_SIZEOF macro.
This commit is contained in:
Jennifer Averett
2010-06-29 13:49:06 +00:00
parent 55c3939bbb
commit 438983d25c
40 changed files with 160 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
* configure.ac: Added AC_CHECK_SIZEOF macro.
2010-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/linkcmds: Include basic linker command file and define only

View File

@@ -19,6 +19,10 @@ RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
## This is needed to generate the field offsets of the per CPU
## data structure so they can be accessed from assembly code.
AC_CHECK_SIZEOF([void *])
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
## bsp-specific options

View File

@@ -1,3 +1,7 @@
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
* configure.ac: Added AC_CHECK_SIZEOF macro.
2010-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/linkcmds: Include basic linker command file and define only

View File

@@ -19,6 +19,10 @@ RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
## This is needed to generate the field offsets of the per CPU
## data structure so they can be accessed from assembly code.
AC_CHECK_SIZEOF([void *])
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
## bsp-specific options

View File

@@ -1,3 +1,7 @@
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
* configure.ac: Added AC_CHECK_SIZEOF macro.
2010-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, amba/amba.c, console/console.c, console/debugputs.c,

View File

@@ -19,6 +19,10 @@ RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
## This is needed to generate the field offsets of the per CPU
## data structure so they can be accessed from assembly code.
AC_CHECK_SIZEOF([void *])
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
## bsp-specific options