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