2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>

* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
This commit is contained in:
Joel Sherrill
2010-06-29 18:53:19 +00:00
parent 263ab4bcb9
commit cd90b9c959
40 changed files with 80 additions and 80 deletions

View File

@@ -1,3 +1,7 @@
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
* configure.ac: Added AC_CHECK_SIZEOF macro.

View File

@@ -19,10 +19,6 @@ 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: Remove AC_CHECK_SIZEOF([void *]).
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
* configure.ac: Added AC_CHECK_SIZEOF macro.

View File

@@ -19,10 +19,6 @@ 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: Remove AC_CHECK_SIZEOF([void *]).
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
* configure.ac: Added AC_CHECK_SIZEOF macro.

View File

@@ -19,10 +19,6 @@ 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