source: rtems/c/src/lib/libbsp/mips/rbtx4925/configure.ac @ 84208c67

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

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

  • configure.ac: rbtx4925, rbtx4938, and hurricane had very similar versions of exception. Now all use shared/irq/exception.S
  • Property mode set to 100644
File size: 697 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## configure.ac,v 1.6.2.2 2003/08/11 14:38:01 ralf Exp
4
5AC_PREREQ(2.60)
6AC_INIT([rtems-c-src-lib-libbsp-mips-rbtx4925],[_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_TX49xx],[*],[1])
20RTEMS_BSPOPTS_HELP([BSP_HAS_TX49xx],
21[This BSP has a RM52xx compatible CPU.])
22
23RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
24
25# Explicitly list all Makefiles here
26AC_CONFIG_FILES([Makefile])
27AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.