source: rtems/c/src/lib/libbsp/or32/orp/configure.ac @ ab67810

4.104.114.84.95
Last change on this file since ab67810 was ab67810, checked in by Joel Sherrill <joel.sherrill@…>, on 08/06/02 at 20:24:47

2002-08-06 Joel Sherrill <joel@…>

  • bsp_specs, configure.ac, startup/bspstart.c: Update and fix minor things so this BSP compiles and almost completely links.
  • startup/Makefile.am: New file.
  • Property mode set to 100644
File size: 624 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.52)
6AC_INIT([rtems-c-src-lib-libbsp-or32-or32sim],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7AC_CONFIG_SRCDIR([bsp_specs])
8RTEMS_TOP(../../../../../..)
9AC_CONFIG_AUX_DIR(../../../../../..)
10
11RTEMS_CANONICAL_TARGET_CPU
12AM_INIT_AUTOMAKE([no-define foreign 1.6])
13RTEMS_BSP_CONFIGURE
14
15RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
16RTEMS_CANONICALIZE_TOOLS
17
18# Explicitly list all Makefiles here
19AC_CONFIG_FILES([Makefile
20clock/Makefile
21console/Makefile
22include/Makefile
23start/Makefile
24startup/Makefile
25timer/Makefile
26wrapup/Makefile])
27AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.