From a7dc62aec3c7ebede02521153175bfea79d44a29 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 Jan 2011 18:57:59 +0000 Subject: 2011-01-06 Joel Sherrill * configure.ac: Move comment to correct location. --- c/src/lib/libbsp/i386/pc386/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/i386/pc386/configure.ac') diff --git a/c/src/lib/libbsp/i386/pc386/configure.ac b/c/src/lib/libbsp/i386/pc386/configure.ac index c53354db4c..77d87ef18a 100644 --- a/c/src/lib/libbsp/i386/pc386/configure.ac +++ b/c/src/lib/libbsp/i386/pc386/configure.ac @@ -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"]) -- cgit v1.2.3