source: rtems/c/src/lib/libbsp/mips/jmr3904/tools/configure.in @ 2ba9d3bd

4.104.114.84.95
Last change on this file since 2ba9d3bd was 2ba9d3bd, checked in by Joel Sherrill <joel.sherrill@…>, on 12/19/00 at 16:53:13

2000-12-19 Joel Sherrill <joel@…>

  • Makefile.am: Added tools subdirectory and removed commented out line.
  • configure.in: Added tools subdirectory.
  • tools: New subdirectory.
  • tools/.cvsignore, tools/Makefile.am, tools/configure.in, tools/runtest: New files -- based on powerpc/psim.
  • clock/clockdrv.c: Guessed new value for clock tick. Need to add fast idle support.
  • include/bsp.h: tm27 support initiated.
  • start/start.S: Fixed frame/endframe problems on _sys_exit.
  • startup/bspstart.c: Increased Workspace size to 4 MBYTES!
  • linkcmds: Increased Workspace size to 4 MBYTES!
  • Most tests appear to run correctly!
  • Property mode set to 100644
File size: 393 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl  $Id$
4
5AC_INIT(runtest)
6RTEMS_TOP(../../../../../../..)
7AC_CONFIG_AUX_DIR(../../../../../../..)
8
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-mips-jmr3904-tools,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_PROJECT_ROOT
15RTEMS_TOOLPATHS
16
17# Explicitly list all Makefiles here
18AC_OUTPUT(
19Makefile)
Note: See TracBrowser for help on using the repository browser.