source: rtems/c/src/lib/libbsp/sparc64/usiii/configure.ac @ c8dcdf54

5
Last change on this file since c8dcdf54 was c8dcdf54, checked in by Joel Sherrill <joel@…>, on 05/09/18 at 20:22:04

sparc64 niagara, usiii: Remove -D options from cfg file and move to bspopts.h

Updates #3425.

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[df970844]1## Process this file with autoconf to produce a configure script.
2
[0f77281]3AC_PREREQ([2.69])
[12072880]4AC_INIT([rtems-c-src-lib-libbsp-sparc64-sun4u],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
[df970844]5RTEMS_TOP(../../../../../..)
[2afb22b]6RTEMS_SOURCE_TOP
7RTEMS_BUILD_TOP
[df970844]8
9RTEMS_CANONICAL_TARGET_CPU
[4ff09d5b]10AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.12.2])
[df970844]11RTEMS_BSP_CONFIGURE
12
13RTEMS_BSPOPTS_SET([SIMSPARC_FAST_IDLE],[*],[])
14RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],
15[If defined, speed up the clock ticks while the idle task is running so
16time spent in the idle task is minimized.  This significantly reduces
17the wall time required to execute the RTEMS test suites.])
18
[c8dcdf54]19RTEMS_BSPOPTS_SET([US3],[usiii],[1])
20RTEMS_BSPOPTS_SET([US3],[*],[])
21RTEMS_BSPOPTS_HELP([US3],
22[If defined, enable UltraSPARC optons for the USIII BSP.])
23
24RTEMS_BSPOPTS_SET([SUN4U],[usiii],[1])
25RTEMS_BSPOPTS_SET([SUN4U],[*],[])
26RTEMS_BSPOPTS_HELP([SUN4U],
27[If defined, enable SUN model optons for the USIII BSP.])
[df970844]28
[3dd381f]29RTEMS_BSP_CLEANUP_OPTIONS
[df970844]30
31# Explicitly list all Makefiles here
32AC_CONFIG_FILES([Makefile])
33AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.