mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 06:18:42 +08:00
2011-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Move comment to correct location.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Move comment to correct location.
|
||||
|
||||
2010-10-11 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* console/console.c: Fix the baudrate command line support.
|
||||
|
||||
@@ -62,6 +62,7 @@ RTEMS_BSPOPTS_HELP([CLOCK_DRIVER_USE_TSC],
|
||||
from Intel and AMD will maintain a constant-rate TSC regardless.
|
||||
])
|
||||
|
||||
#define CLOCK_DRIVER_USE_8254 $CLOCK_DRIVER_USE_8254
|
||||
RTEMS_BSPOPTS_SET([CLOCK_DRIVER_USE_8254],[*],[0])
|
||||
RTEMS_BSPOPTS_HELP([CLOCK_DRIVER_USE_8254],
|
||||
[If enabled, the clock driver will use the good old 8254 chip
|
||||
@@ -78,7 +79,6 @@ if test X${CLOCK_DRIVER_USE_TSC} = X1 -a X${CLOCK_DRIVER_USE_8254} = X1 ; then
|
||||
AC_MSG_ERROR([pc386 both TSC and 8254 specified for clock driver])
|
||||
fi
|
||||
|
||||
#define CLOCK_DRIVER_USE_8254 $CLOCK_DRIVER_USE_8254
|
||||
## if this is an i386, does gas have good code16 support?
|
||||
RTEMS_I386_GAS_CODE16
|
||||
AM_CONDITIONAL(RTEMS_GAS_CODE16,[test "$RTEMS_GAS_CODE16" = "yes"])
|
||||
|
||||
Reference in New Issue
Block a user