forked from Imagelibrary/rtems
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
* configure.ac: Added AC_CHECK_SIZEOF macro.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user