mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-16 04:18:59 +00:00
2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE). Add BSPOPTS_*(FPU_REVB). * wrapup/Makefile.am: Add tbr.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
|
||||
Add BSPOPTS_*(FPU_REVB).
|
||||
* wrapup/Makefile.am: Add tbr.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -37,6 +37,14 @@ RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],
|
||||
time spent in the idle task is minimized. This significantly reduces
|
||||
the wall time required to execute the RTEMS test suites.])
|
||||
|
||||
RTEMS_BSPOPTS_SET([NO_TABLE_MOVE],[*],[1])
|
||||
RTEMS_BSPOPTS_HELP([NO_TABLE_MOVE],
|
||||
[do not have a second trap table -- use the BSP's.])
|
||||
|
||||
RTEMS_BSPOPTS_SET([FPU_REVB],[*],[])
|
||||
RTEMS_BSPOPTS_HELP([FPU_REVB],
|
||||
[If defined, enables work-around for bug 3.14 in FPU rev.B or rev.C])
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
clock/Makefile
|
||||
|
||||
@@ -10,7 +10,7 @@ endif
|
||||
|
||||
BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER)
|
||||
# pieces to pick up out of libcpu/sparc
|
||||
CPU_PIECES = cache reg_win syscall
|
||||
CPU_PIECES = cache reg_win syscall tbr
|
||||
|
||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
|
||||
Add BSPOPTS_*(FPU_REVB).
|
||||
* wrapup/Makefile.am: Add tbr.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -33,6 +33,14 @@ RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],
|
||||
time spent in the idle task is minimized. This significantly reduces
|
||||
the wall time required to execute the RTEMS test suites.])
|
||||
|
||||
RTEMS_BSPOPTS_SET([NO_TABLE_MOVE],[*],[1])
|
||||
RTEMS_BSPOPTS_HELP([NO_TABLE_MOVE],
|
||||
[do not have a second trap table -- use the BSP's.])
|
||||
|
||||
RTEMS_BSPOPTS_SET([FPU_REVB],[*],[])
|
||||
RTEMS_BSPOPTS_HELP([FPU_REVB],
|
||||
[If defined, enables work-around for bug 3.14 in FPU rev.B or rev.C])
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
clock/Makefile
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
BSP_PIECES = startup console clock timer gnatsupp $(NETWORK)
|
||||
# pieces to pick up out of libcpu/sparc
|
||||
CPU_PIECES = cache reg_win syscall
|
||||
CPU_PIECES = cache reg_win syscall tbr
|
||||
|
||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
|
||||
|
||||
Reference in New Issue
Block a user