forked from Imagelibrary/rtems
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
This commit is contained in:
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -20,10 +20,6 @@ RTEMS_CHECK_TOOL([OBJCOPY],[objcopy])
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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 *])
|
|
||||||
|
|
||||||
AS=$CC
|
AS=$CC
|
||||||
AM_PROG_AS
|
AM_PROG_AS
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -36,10 +36,6 @@ RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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_BSP_CLEANUP_OPTIONS(0, 0)
|
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -108,10 +108,6 @@ RTEMS_BSPOPTS_HELP([BRS5L],
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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 *])
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -47,10 +47,6 @@ RTEMS_BSPOPTS_HELP([MPC8349],
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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 *])
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -19,10 +19,6 @@ RTEMS_CHECK_NETWORKING
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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_BSPOPTS_SET([PPC_USE_SPRG],[*],[1])
|
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[1])
|
||||||
RTEMS_BSPOPTS_HELP([PPC_USE_SPRG],
|
RTEMS_BSPOPTS_HELP([PPC_USE_SPRG],
|
||||||
[If defined, then the PowerPC specific code in RTEMS will use some
|
[If defined, then the PowerPC specific code in RTEMS will use some
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -18,10 +18,6 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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_BSPOPTS_SET([PPC_USE_DATA_CACHE],[mbx860_005b],[0])
|
RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[mbx860_005b],[0])
|
||||||
RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1])
|
RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1])
|
||||||
RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
|
RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -19,10 +19,6 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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 *])
|
|
||||||
|
|
||||||
AS=$CC
|
AS=$CC
|
||||||
AM_PROG_AS
|
AM_PROG_AS
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -23,10 +23,6 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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_BSPOPTS_SET([DATA_CACHE_ENABLE],[gwlcfm],[0])
|
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[gwlcfm],[0])
|
||||||
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[mpc5566evb],[1])
|
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[mpc5566evb],[1])
|
||||||
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[*],[1])
|
RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[*],[1])
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -67,10 +67,6 @@ RTEMS_BSPOPTS_HELP([DISPATCH_HANDLER_STAT],
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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_BSP_CLEANUP_OPTIONS(0, 0)
|
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
||||||
|
|
||||||
# Explicitly list a Makefile here
|
# Explicitly list a Makefile here
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -19,10 +19,6 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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 *])
|
|
||||||
|
|
||||||
AS=$CC
|
AS=$CC
|
||||||
AM_PROG_AS
|
AM_PROG_AS
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -19,10 +19,6 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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 *])
|
|
||||||
|
|
||||||
AS=$CC
|
AS=$CC
|
||||||
AM_PROG_AS
|
AM_PROG_AS
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -19,10 +19,6 @@ RTEMS_CHECK_NETWORKING
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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)
|
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[0])
|
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[0])
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -15,10 +15,6 @@ RTEMS_PROG_CC_FOR_TARGET
|
|||||||
RTEMS_CANONICALIZE_TOOLS
|
RTEMS_CANONICALIZE_TOOLS
|
||||||
RTEMS_PROG_CCAS
|
RTEMS_PROG_CCAS
|
||||||
|
|
||||||
## 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_BSP_CLEANUP_OPTIONS(0, 0)
|
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -69,10 +69,6 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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_BSP_CLEANUP_OPTIONS(0, 0)
|
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -18,10 +18,6 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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_BSPOPTS_SET([WATCHDOG_TIMEOUT],[*],[0xFFFF])
|
RTEMS_BSPOPTS_SET([WATCHDOG_TIMEOUT],[*],[0xFFFF])
|
||||||
RTEMS_BSPOPTS_HELP([WATCHDOG_TIMEOUT],
|
RTEMS_BSPOPTS_HELP([WATCHDOG_TIMEOUT],
|
||||||
[Define to the desired timeout (in steps of 1/20 msec) to enable the
|
[Define to the desired timeout (in steps of 1/20 msec) to enable the
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -18,10 +18,6 @@ RTEMS_PROG_CCAS
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1])
|
RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1])
|
||||||
RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
|
RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
|
||||||
[If defined, then the PowerPC specific code in RTEMS will use
|
[If defined, then the PowerPC specific code in RTEMS will use
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -19,10 +19,6 @@ RTEMS_CHECK_NETWORKING
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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_BSPOPTS_SET([PPC_USE_SPRG],[*],[1])
|
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[1])
|
||||||
RTEMS_BSPOPTS_HELP([PPC_USE_SPRG],
|
RTEMS_BSPOPTS_HELP([PPC_USE_SPRG],
|
||||||
[If defined, then the PowerPC specific code in RTEMS will use some
|
[If defined, then the PowerPC specific code in RTEMS will use some
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -19,10 +19,6 @@ RTEMS_CHECK_NETWORKING
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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)
|
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
||||||
|
|
||||||
## bsp-specific options
|
## bsp-specific options
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -19,10 +19,6 @@ RTEMS_CHECK_NETWORKING
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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)
|
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
||||||
|
|
||||||
## bsp-specific options
|
## bsp-specific options
|
||||||
|
|||||||
@@ -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>
|
2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
* configure.ac: Added AC_CHECK_SIZEOF macro.
|
||||||
|
|||||||
@@ -19,10 +19,6 @@ RTEMS_CHECK_NETWORKING
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
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)
|
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
||||||
|
|
||||||
## bsp-specific options
|
## bsp-specific options
|
||||||
|
|||||||
Reference in New Issue
Block a user