From ac8154305172ebcb347f5563dd3ce17d95b4736b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Jun 2000 17:07:54 +0000 Subject: Patch rtems-rc-20000614-sh.tar.gz from Ralf Corsepius 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 :) --- c/src/lib/libcpu/sh/configure.in | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) (limited to 'c/src/lib/libcpu/sh/configure.in') diff --git a/c/src/lib/libcpu/sh/configure.in b/c/src/lib/libcpu/sh/configure.in index fbf6fbca9e..664b64f105 100644 --- a/c/src/lib/libcpu/sh/configure.in +++ b/c/src/lib/libcpu/sh/configure.in @@ -20,25 +20,14 @@ RTEMS_CANONICAL_HOST RTEMS_PROJECT_ROOT -RTEMS_PROG_CC_FOR_TARGET -RTEMS_CANONICALIZE_TOOLS - RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) RTEMS_CHECK_BSP_CACHE(RTEMS_BSP) +if test -d ${srcdir}/$RTEMS_CPU_MODEL; then +RTEMS_CPU_MODEL_SUBDIR="$RTEMS_CPU_MODEL" +fi +AC_CONFIG_SUBDIRS($RTEMS_CPU_MODEL_SUBDIR) + # Explicitly list all Makefiles here AC_OUTPUT( -Makefile -sh7032/Makefile -sh7032/null/Makefile -sh7032/clock/Makefile -sh7032/delay/Makefile -sh7032/include/Makefile -sh7032/timer/Makefile -sh7032/sci/Makefile -sh7045/Makefile -sh7045/clock/Makefile -sh7045/include/Makefile -sh7045/null/Makefile -sh7045/sci/Makefile -sh7045/timer/Makefile) +Makefile) -- cgit v1.2.3