source: rtems/c/src/lib/libbsp/powerpc/ep1a/configure.ac @ 6e1daa0

4.104.114.84.95
Last change on this file since 6e1daa0 was 0329aae, checked in by Jennifer Averett <Jennifer.Averett@…>, on 04/28/05 at 14:05:14

2005-04-28 Jennifer Averett <jennifer.averett@…>

  • acinclude.m4: Initial release of ep1a bsp
  • ep1a/Makefile.am, ep1a/bsp_specs, ep1a/configure.ac, ep1a/console/alloc360.c, ep1a/console/console.c, ep1a/console/console.h, ep1a/console/init68360.c, ep1a/console/m68360.h, ep1a/console/mc68360_scc.c, ep1a/console/ns16550cfg.c, ep1a/console/ns16550cfg.h, ep1a/console/rsPMCQ1.c, ep1a/console/rsPMCQ1.h, ep1a/include/bsp.h, ep1a/irq/irq.c, ep1a/irq/irq_init.c, ep1a/pci/no_host_bridge.c, ep1a/start/start.S, ep1a/startup/bspstart.c, ep1a/startup/linkcmds, ep1a/vme/vmeconfig.c: New files.
  • Property mode set to 100644
File size: 741 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.59)
6AC_INIT([rtems-c-src-lib-libbsp-powerpc-ep1a],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
7AC_CONFIG_SRCDIR([bsp_specs])
8RTEMS_TOP(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.9])
12RTEMS_BSP_CONFIGURE
13
14RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
15RTEMS_CANONICALIZE_TOOLS
16RTEMS_PROG_CCAS
17
18RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
19RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
20[whether using console interrupts])
21
22RTEMS_CHECK_NETWORKING
23AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
24
25# Explicitly list all Makefiles here
26AC_CONFIG_FILES([Makefile])
27
28RTEMS_PPC_EXCEPTIONS
29
30AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.