source: rtems/c/src/lib/libcpu/sh/configure.in @ c5a60819

4.104.114.84.95
Last change on this file since c5a60819 was ac815430, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/00 at 17:07:54

Patch rtems-rc-20000614-sh.tar.gz from Ralf Corsepius
<corsepiu@…> that migrates the SH port to
multilib'ing. This patch involved moving a number of
files in the CVS repository, adding new files, and
deleting files from their previous location. Ralf
gave good instructions (not repeated here) and here
are his notes:

Note 1: In this version, I did not change the installation points of
the headers which are moved inside of the source-tree. This is a
temporary hack for not breaking compatibility with 4.5 based BSPs,
but will probably not last once having real multilibs (We would have
include file conflicts when several BSPs/CPU_MODELS share a common
installation prefix).

Note 2: I hope not to have broken too much, but I would not be
astonished if something goes wrong.

Note 3: There are more patches to come :)

  • Property mode set to 100644
File size: 640 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(sh7032)
7RTEMS_TOP(../../../../..)
8AC_CONFIG_AUX_DIR(../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE(rtems-c-src-lib-libcpu-sh,$RTEMS_VERSION,no)
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_BARE
16RTEMS_ENV_RTEMSBSP
17
18RTEMS_CHECK_CPU
19RTEMS_CANONICAL_HOST
20
21RTEMS_PROJECT_ROOT
22
23RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
24RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
25
26if test -d ${srcdir}/$RTEMS_CPU_MODEL; then
27RTEMS_CPU_MODEL_SUBDIR="$RTEMS_CPU_MODEL"
28fi
29AC_CONFIG_SUBDIRS($RTEMS_CPU_MODEL_SUBDIR)
30
31# Explicitly list all Makefiles here
32AC_OUTPUT(
33Makefile)
Note: See TracBrowser for help on using the repository browser.