source: rtems/c/src/lib/libbsp/i386/pc386/configure.in @ 49440a6e

4.104.114.84.95
Last change on this file since 49440a6e was 49440a6e, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 14:43:38

Added AC_SUBST(RTEMS_BSP) so the makefiles properly honor the
BSP alias on the tools.

  • Property mode set to 100644
File size: 963 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(bsp_specs)
7RTEMS_TOP(../../../../../..)
8AC_CONFIG_AUX_DIR(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-i386-pc386,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_ENABLE_LIBCDIR
15
16RTEMS_ENV_RTEMSBSP
17RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
18RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
19RTEMS_CHECK_NETWORKING
20RTEMS_CANONICAL_HOST
21
22dnl if this is an i386, does gas have good code16 support?
23RTEMS_I386_GAS_CODE16
24AM_CONDITIONAL(RTEMS_GAS_CODE16,test "$RTEMS_GAS_CODE16" = "yes");
25
26RTEMS_PROJECT_ROOT
27AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
28
29AC_CONFIG_SUBDIRS(tools)
30
31AC_SUBST(RTEMS_BSP)
32# Explicitly list all Makefile here
33AC_OUTPUT(
34Makefile
35clock/Makefile
36console/Makefile
37include/Makefile
38start/Makefile
39startup/Makefile
40timer/Makefile
413c509/Makefile
42ne2000/Makefile
43timer/Makefile
44wd8003/Makefile
45wrapup/Makefile)
Note: See TracBrowser for help on using the repository browser.