source: rtems/c/src/lib/libbsp/mips/hurricane/configure.ac @ 65b92d5d

4.104.115
Last change on this file since 65b92d5d was 65b92d5d, checked in by Joel Sherrill <joel.sherrill@…>, on 05/13/10 at 19:22:42

2010-05-13 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: rbtx4925, rbtx4938, and hurricane had very similar versions of exception. Now all use shared/irq/exception.S
  • startup/exception.S: Removed.
  • Property mode set to 100644
File size: 832 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## configure.ac,v 1.5.2.2 2003/08/11 14:37:57 ralf Exp
4
5AC_PREREQ(2.60)
6AC_INIT([rtems-c-src-lib-libbsp-mips-hurricane],[_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])
12
13RTEMS_BSP_CONFIGURE
14
15RTEMS_PROG_CC_FOR_TARGET
16RTEMS_CANONICALIZE_TOOLS
17RTEMS_PROG_CCAS
18
19RTEMS_BSPOPTS_SET([BSP_HAS_USC320],[*],[1])
20RTEMS_BSPOPTS_HELP([BSP_HAS_USC320],
21[This BSP has a V3 USC320 system controller chip.])
22
23RTEMS_BSPOPTS_SET([BSP_HAS_RM52xx],[*],[1])
24RTEMS_BSPOPTS_HELP([BSP_HAS_RM52xx],
25[This BSP has a RM52xx compatible CPU.])
26
27RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
28
29# Explicitly list all Makefiles here
30AC_CONFIG_FILES([Makefile])
31AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.