source: rtems/c/src/tests/libffi/configure.in @ f94441ee

4.104.114.84.95
Last change on this file since f94441ee was 41ab6966, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 20:06:59

Patch from John Cotton <john.cotton@…>, Charles-Antoine Gauthier
<charles.gauthier@…>, and Darlene A. Stewart
<Darlene.Stewart@…> to add support for a number of very
significant things:

+ BSPs for many variations on the Motorola MBX8xx board series
+ Cache Manager including initial support for m68040

and PowerPC

+ Rework of mpc8xx libcpu code so all mpc8xx CPUs now use

same code base.

+ Rework of eth_comm BSP to utiltize above.

John reports this works on the 821 and 860

  • Property mode set to 100644
File size: 806 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(ffitest)
7RTEMS_TOP(../../../..)
8AC_CONFIG_AUX_DIR(../../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE(rtems-c-src-tests-libffi,$RTEMS_VERSION,no)
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_INLINES
16RTEMS_ENABLE_CXX
17RTEMS_ENABLE_GCC28
18RTEMS_ENABLE_BARE
19
20RTEMS_ENV_RTEMSBSP
21RTEMS_CHECK_CPU
22RTEMS_CANONICAL_HOST
23
24RTEMS_PROJECT_ROOT
25
26RTEMS_PROG_CC_FOR_TARGET
27
28if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
29  RTEMS_PROG_CXX_FOR_TARGET
30fi
31
32RTEMS_CANONICALIZE_TOOLS
33
34RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
35RTEMS_CHECK_CXX(RTEMS_BSP)
36
37AC_SUBST(BARE_CPU_CFLAGS)
38AC_SUBST(BARE_CPU_MODEL)
39
40AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
41
42# Explicitly list all Makefiles here
43AC_OUTPUT(
44Makefile
45ffitest/Makefile
46)
Note: See TracBrowser for help on using the repository browser.