source: rtems/c/src/exec/score/cpu/hppa1.1/configure.in @ 04e6f7bf

4.104.114.84.95
Last change on this file since 04e6f7bf was 04e6f7bf, checked in by Joel Sherrill <joel.sherrill@…>, on 07/06/00 at 20:13:35

Patch rtems-rc-20000705-3.diff from Ralf Corsepius <corsepiu@…>
that is a somewhat experimental, multilib-related patch:

Changes:

  • Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP in configure.ins below exec/. At the moment, RTEMS_ENV_RTEMSCPU is more or less an optical change to emphasize that these subdirectories shall not depend on RTEMS_BSP than a real behavioral change.
  • Add AC_DEFINE_* to several aclocal/*.m4 macros to prepare autoheader/autoconf generated targopts.h and similiar configuration headers.
  • c/src/configure.in: remove exec from cfg_subdirs if multilibs are enabled (c/src is build per bsp, exec shall be build per cpu in c/ or from the toplevel in future, when multilibs are enabled.)

Notes:

  • This patch should not have any impact on the current building scheme.
  • --enable-multilib still does not work.
  • running bootstrap from the toplevel directory is required.

CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: c/src/tests/libtests/termios/init.c
CVS: ----------------------------------------------------------------------

  • Property mode set to 100644
File size: 627 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(cpu_asm.S)
7RTEMS_TOP(../../../../../..)
8AC_CONFIG_AUX_DIR(../../../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE(rtems-c-src-exec-score-cpu-hppa1.1,$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# Check if there is custom/*.cfg for this BSP
28RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
29
30# Explicitly list all Makefiles here
31AC_OUTPUT(
32Makefile
33rtems/Makefile
34rtems/score/Makefile)
Note: See TracBrowser for help on using the repository browser.