source: rtems/c/src/lib/libbsp/m68k/gen68360/configure.ac @ f6726c8

4.104.115
Last change on this file since f6726c8 was adc6349, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/02/08 at 07:44:27

2008-10-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Move PGH360, GEN68360, GEN68360_040 defines from *.cfg into bspopts.h.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.60)
6AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68360],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([bsp_specs])
8RTEMS_TOP(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
12RTEMS_BSP_CONFIGURE
13
14RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
15RTEMS_CANONICALIZE_TOOLS
16RTEMS_PROG_CCAS
17
18RTEMS_CHECK_NETWORKING
19
20AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
21AM_CONDITIONAL(HAS_FPSP,[test "$RTEMS_CPU_MODEL" = "m68040"])
22
23RTEMS_BSPOPTS_SET([PGH360],[pgh360],[1])
24RTEMS_BSPOPTS_HELP([PGH360],
25[If defined, use custom settings for the pgh360 BSP.])
26
27RTEMS_BSPOPTS_SET([GEN68360],[gen68360],[1])
28RTEMS_BSPOPTS_HELP([GEN68360],
29[If defined, use custom settings for the gen68360 BSP.])
30
31RTEMS_BSPOPTS_SET([GEN68360_040],[gen68360_040],[1])
32RTEMS_BSPOPTS_HELP([GEN68360_040],
33[If defined, use custom settings for the gen68360_040 BSP.])
34
35BSP_BOOTCARD_OPTIONS
36
37# Explicitly list all Makefiles here
38AC_CONFIG_FILES([Makefile])
39AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.