source: rtems/aclocal/env-rtemscpu.m4 @ 6e815b38

4.104.114.84.95
Last change on this file since 6e815b38 was 560aae24, checked in by Joel Sherrill <joel.sherrill@…>, on 01/29/01 at 15:27:25

2001-01-26 Ralf Corsepius <corsepiu@…>

  • aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP, RTEMS_ENV_RTEMSCPU.
  • aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add special treatment for GCC_SPECS.
  • aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add special treatment for GCC_SPECS.
  • aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
  • aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
  • automake/compile.am: New treatment of CPP, GCCSPECS, use .. instead of $(shell ..) for LIBC_LIB*.
  • Property mode set to 100644
File size: 467 bytes
Line 
1dnl $Id$
2
3AC_DEFUN(RTEMS_ENV_RTEMSCPU,
4[AC_REQUIRE([RTEMS_ENABLE_MULTILIB])
5
6if test x"$multilib" = x"no"; then
7  RTEMS_ENV_RTEMSBSP
8  RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
9else
10## FIXME: There is no multilib BSP
11  rtems_cv_RTEMS_BSP="multilib"
12  RTEMS_BSP="$rtems_cv_RTEMS_BSP"
13  AC_SUBST(RTEMS_BSP)
14
15  RTEMS_BSP_SPECS=""
16  AC_SUBST(RTEMS_BSP_SPECS)
17
18  GCC_SPECS="-B\$(PROJECT_ROOT)/lib/"
19  AC_SUBST(GCC_SPECS)
20
21  RTEMS_ROOT=$PROJECT_ROOT/c
22  AC_SUBST(RTEMS_ROOT)
23fi
24])
Note: See TracBrowser for help on using the repository browser.