source: rtems/c/src/exec/score/cpu/sh/configure.in @ 256cbec

4.104.114.84.95
Last change on this file since 256cbec was 256cbec, checked in by Joel Sherrill <joel.sherrill@…>, on 07/10/00 at 19:12:07

Patch rtems-rc-20000708-1.diff from Ralf Corsepius <corsepiu@…>
that is another small step toward multilibs:

Changes:

  • Eliminate RTEMS_CHECK_CUSTOM_BSP from all configure.ins below exec/
  • Add RTEMS_CHECK_CUSTOM_BSP to the multilib-disabled branch in RTEMS_ENV_RTEMSCPU to preserve the old per-BSP building scheme functional.

Notes:

  • --enable-multilibs is still non-functional
  • This patch should not have any influence on the old building scheme (--disable-multilib should silently fall back to the old building scheme).
  • running ./bootstrap is required after applying the patch
  • Property mode set to 100644
File size: 537 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(asm.h)
7RTEMS_TOP(../../../../../..)
8AC_CONFIG_AUX_DIR(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-sh,$RTEMS_VERSION,no)
13AM_MAINTAINER_MODE
14
15RTEMS_ENV_RTEMSCPU
16
17RTEMS_CHECK_CPU
18RTEMS_CANONICAL_HOST
19
20RTEMS_PROJECT_ROOT
21
22RTEMS_PROG_CC_FOR_TARGET
23RTEMS_CANONICALIZE_TOOLS
24
25RTEMS_CHECK_NEWLIB
26
27# Explicitly list all Makefiles here
28AC_OUTPUT(
29Makefile
30rtems/Makefile
31rtems/score/Makefile)
Note: See TracBrowser for help on using the repository browser.