From 8c1756e40af556eeccd2c6a04c9c44484b93b528 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 29 Mar 2002 14:18:30 +0000 Subject: 2002-03-28 Ralf Corsepius * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE). Add BSPOPTS_*(FPU_REVB). * wrapup/Makefile.am: Add tbr. --- c/src/lib/libbsp/sparc/leon/configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'c/src/lib/libbsp/sparc/leon/configure.ac') diff --git a/c/src/lib/libbsp/sparc/leon/configure.ac b/c/src/lib/libbsp/sparc/leon/configure.ac index 35db9c0929..ca15d42054 100644 --- a/c/src/lib/libbsp/sparc/leon/configure.ac +++ b/c/src/lib/libbsp/sparc/leon/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 -- cgit v1.2.3