source: rtems/c/src/lib/libbsp/sparc64/niagara/configure.ac @ c4f5cc54

5
Last change on this file since c4f5cc54 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: 619 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2
3AC_PREREQ([2.69])
4AC_INIT([rtems-c-src-lib-libbsp-sparc64-sun4v],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
5RTEMS_TOP(../../../../../..)
6RTEMS_SOURCE_TOP
7RTEMS_BUILD_TOP
8
9RTEMS_CANONICAL_TARGET_CPU
10AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.12.2])
11RTEMS_BSP_CONFIGURE
12
13RTEMS_BSPOPTS_SET([SUN4V],[niagara],[1])
14RTEMS_BSPOPTS_SET([SUN4V],[*],[])
15RTEMS_BSPOPTS_HELP([SUN4V],
16[If defined, enable SUN model optons for the Niagara model.])
17
18RTEMS_BSP_CLEANUP_OPTIONS
19
20# Explicitly list all Makefiles here
21AC_CONFIG_FILES([Makefile])
22AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.