source: rtems/c/src/lib/libbsp/m68k/sim68000/configure.ac @ 12072880

4.115
Last change on this file since 12072880 was 12072880, checked in by Sebastian Huber <sebastian.huber@…>, on 12/04/14 at 09:03:50

Update bug report URL

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[d7aecdc]1## Process this file with autoconf to produce a configure script.
2
[0f77281]3AC_PREREQ([2.69])
[12072880]4AC_INIT([rtems-c-src-lib-libbsp-m68k-sim68000],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
[d7aecdc]5AC_CONFIG_SRCDIR([bsp_specs])
6RTEMS_TOP(../../../../../..)
7
8RTEMS_CANONICAL_TARGET_CPU
[bb2b825]9AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.12.2])
[9e1ae79]10RTEMS_BSP_CONFIGURE
[d7aecdc]11
[d236e964]12RTEMS_PROG_CC_FOR_TARGET
[d7aecdc]13RTEMS_CANONICALIZE_TOOLS
[7f2e47b9]14RTEMS_PROG_CCAS
[d7aecdc]15
[fd3cd3e3]16## bsp-specific options
17RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
18RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
19[The erc32 console driver can operate in either polled or interrupt mode.
[309dbd0]20Under the simulator (especially when FAST_UART is defined), polled seems to operate
[fd3cd3e3]21better.  It is common for a task to print a line (like the end of test message) and
22then exit.  In this case, the program returns control to the simulator command line
23before the program has even queued the output to the uart.  Thus sis has no chance
24of getting the data out.])
25
[d1be26b]26RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
[a993d45]27
[d7aecdc]28# Explicitly list all Makefiles here
[7f2e47b9]29AC_CONFIG_FILES([Makefile])
[d7aecdc]30AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.