[rtems commit] bsps/powerpc: Remove libcpu/powerpc

Sebastian Huber sebh at rtems.org
Mon Mar 26 09:11:47 UTC 2018


Module:    rtems
Branch:    master
Commit:    6882be717971b793d1d2f99e45c8a3d61beccf7c
Changeset: http://git.rtems.org/rtems/commit/?id=6882be717971b793d1d2f99e45c8a3d61beccf7c

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Mar 26 07:47:02 2018 +0200

bsps/powerpc: Remove libcpu/powerpc

This patch is a part of the BSP source reorganization.

Update #3285.

---

 .../libbsp/powerpc/beatnik/make/custom/beatnik.cfg |  1 -
 .../libbsp/powerpc/gen5200/make/custom/gen5200.inc |  1 -
 .../libbsp/powerpc/gen83xx/make/custom/gen83xx.inc |  3 +-
 .../powerpc/haleakala/make/custom/haleakala.cfg    |  1 -
 .../motorola_powerpc/make/custom/mcp750.cfg        |  1 -
 .../motorola_powerpc/make/custom/mtx603e.cfg       |  1 -
 .../motorola_powerpc/make/custom/mvme2100.cfg      |  1 -
 .../motorola_powerpc/make/custom/mvme2307.cfg      |  1 -
 .../make/custom/qemuprep-altivec.cfg               |  1 -
 .../motorola_powerpc/make/custom/qemuprep.cfg      |  1 -
 .../powerpc/mpc55xxevb/make/custom/mpc55xx.inc     |  2 -
 .../powerpc/mpc8260ads/make/custom/mpc8260ads.cfg  |  1 -
 .../powerpc/mvme3100/make/custom/mvme3100.cfg      |  1 -
 .../powerpc/mvme5500/make/custom/mvme5500.cfg      |  1 -
 c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg |  1 -
 .../libbsp/powerpc/qemuppc/make/custom/qemuppc.cfg |  1 -
 .../lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc |  2 -
 .../powerpc/qoriq/make/custom/qoriq_e6500_32.cfg   |  2 -
 .../powerpc/qoriq/make/custom/qoriq_e6500_64.cfg   |  2 -
 .../lib/libbsp/powerpc/ss555/make/custom/ss555.cfg |  3 +-
 .../libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc   |  1 -
 .../libbsp/powerpc/virtex/make/custom/virtex.cfg   |  1 -
 .../libbsp/powerpc/virtex4/make/custom/virtex4.cfg |  1 -
 .../libbsp/powerpc/virtex5/make/custom/virtex5.cfg |  1 -
 c/src/lib/libcpu/powerpc/Makefile.am               |  9 ---
 c/src/lib/libcpu/powerpc/README                    | 26 --------
 c/src/lib/libcpu/powerpc/configure.ac              | 78 ----------------------
 27 files changed, 2 insertions(+), 143 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/beatnik/make/custom/beatnik.cfg b/c/src/lib/libbsp/powerpc/beatnik/make/custom/beatnik.cfg
index 31c8ba6..1190cad 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/make/custom/beatnik.cfg
+++ b/c/src/lib/libbsp/powerpc/beatnik/make/custom/beatnik.cfg
@@ -6,7 +6,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc7455
 RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
 
 # This is the actual bsp directory used during the build process.
diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc b/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc
index aca2bf4..71c605c 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc
+++ b/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc6xx
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it. 
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc
index 023d6ef..e1bee9f 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc
+++ b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.inc
@@ -5,11 +5,10 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 #
 # FIXME: we might want to use the e300 CPU model explicitely,
-# using RTEMS_CPU_MODEL=e300 and -me300
+# using -me300
 # but I doubt the compiler actually generates different code
 #
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc83xx
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it. 
diff --git a/c/src/lib/libbsp/powerpc/haleakala/make/custom/haleakala.cfg b/c/src/lib/libbsp/powerpc/haleakala/make/custom/haleakala.cfg
index 3f7c635..90b9292 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/make/custom/haleakala.cfg
+++ b/c/src/lib/libbsp/powerpc/haleakala/make/custom/haleakala.cfg
@@ -6,7 +6,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=ppc405
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it.
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mcp750.cfg b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mcp750.cfg
index 67d1766..691a76a 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mcp750.cfg
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mcp750.cfg
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc750
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it.
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mtx603e.cfg b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mtx603e.cfg
index d4a0de8..dd889b8 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mtx603e.cfg
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mtx603e.cfg
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc6xx
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it.
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2100.cfg b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2100.cfg
index 07334c1..e358c2d 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2100.cfg
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2100.cfg
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc8240
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it.
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2307.cfg b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2307.cfg
index 64288aa..1a51159 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2307.cfg
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/mvme2307.cfg
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc604
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it.
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep-altivec.cfg b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep-altivec.cfg
index 906ffaf..9d09089 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep-altivec.cfg
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep-altivec.cfg
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc7400
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it.
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep.cfg b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep.cfg
index e547bf6..fa5abd6 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep.cfg
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/make/custom/qemuprep.cfg
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc604
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it.
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc55xx.inc b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc55xx.inc
index 262f206..5b0b843 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc55xx.inc
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc55xx.inc
@@ -11,8 +11,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU = powerpc
 
-RTEMS_CPU_MODEL = mpc55xx
-
 CPU_CFLAGS_FLOAT ?= -msoft-float -mno-spe
 
 # FIXME
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg b/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg
index 9645033..4869e72 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc8260
 8XX_CPU_TYPE=8260
 
 #  This contains the compiler options necessary to select the CPU model
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/make/custom/mvme3100.cfg b/c/src/lib/libbsp/powerpc/mvme3100/make/custom/mvme3100.cfg
index 1428631..6e7c695 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/make/custom/mvme3100.cfg
+++ b/c/src/lib/libbsp/powerpc/mvme3100/make/custom/mvme3100.cfg
@@ -6,7 +6,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=e500
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it.
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg b/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg
index 145b43b..6a0fcea 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg
+++ b/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc7455
 
 # This is the actual bsp directory used during the build process.
 RTEMS_BSP_FAMILY=mvme5500
diff --git a/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg b/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg
index 60bf3be..cb39949 100644
--- a/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg
+++ b/c/src/lib/libbsp/powerpc/psim/make/custom/psim.cfg
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc6xx
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it. 
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/make/custom/qemuppc.cfg b/c/src/lib/libbsp/powerpc/qemuppc/make/custom/qemuppc.cfg
index 523e66d..f424ec2 100644
--- a/c/src/lib/libbsp/powerpc/qemuppc/make/custom/qemuppc.cfg
+++ b/c/src/lib/libbsp/powerpc/qemuppc/make/custom/qemuppc.cfg
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc6xx
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it. 
diff --git a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
index 3fefeb8..ff9586e 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
+++ b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
@@ -6,8 +6,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU = powerpc
 
-RTEMS_CPU_MODEL = qoriq
-
 CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common -mstrict-align \
 	-mspe -mabi=spe -mfloat-gprs=double \
 	-D__ppc_generic
diff --git a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_32.cfg b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_32.cfg
index c0ca412..d0f0391 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_32.cfg
+++ b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_32.cfg
@@ -4,8 +4,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU = powerpc
 
-RTEMS_CPU_MODEL = qoriq
-
 CPU_CFLAGS = -mcpu=e6500 -m32 -msdata=sysv -fno-common \
 	-D__ppc_generic
 
diff --git a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_64.cfg b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_64.cfg
index 1523874..b766fec 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_64.cfg
+++ b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_e6500_64.cfg
@@ -5,8 +5,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU = powerpc
 
-RTEMS_CPU_MODEL = qoriq
-
 CPU_CFLAGS = -mcpu=e6500 -m64 -fno-common \
 	-D__ppc_generic
 
diff --git a/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg b/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg
index ef86dde..1745bb5 100644
--- a/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg
+++ b/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg
@@ -11,12 +11,11 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
 GCC_CPU_MODEL=505
-RTEMS_CPU_MODEL=mpc555
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it.
 #
-CPU_CFLAGS = -mcpu=$(GCC_CPU_MODEL) -D$(RTEMS_CPU_MODEL)
+CPU_CFLAGS = -mcpu=$(GCC_CPU_MODEL) -Dmpc555
 
 # optimize flag: typically -O2
 CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc b/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc
index 5bd08e3..f9a31d0 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=mpc860
 
 CPU_CFLAGS = -mcpu=860 -Dmpc860 \
              -mstrict-align -fno-strict-aliasing \
diff --git a/c/src/lib/libbsp/powerpc/virtex/make/custom/virtex.cfg b/c/src/lib/libbsp/powerpc/virtex/make/custom/virtex.cfg
index 05110a2..412b0da 100644
--- a/c/src/lib/libbsp/powerpc/virtex/make/custom/virtex.cfg
+++ b/c/src/lib/libbsp/powerpc/virtex/make/custom/virtex.cfg
@@ -5,7 +5,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=ppc405
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it.
diff --git a/c/src/lib/libbsp/powerpc/virtex4/make/custom/virtex4.cfg b/c/src/lib/libbsp/powerpc/virtex4/make/custom/virtex4.cfg
index 5cf0206..a893abe 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/make/custom/virtex4.cfg
+++ b/c/src/lib/libbsp/powerpc/virtex4/make/custom/virtex4.cfg
@@ -1,7 +1,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=ppc405
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it.
diff --git a/c/src/lib/libbsp/powerpc/virtex5/make/custom/virtex5.cfg b/c/src/lib/libbsp/powerpc/virtex5/make/custom/virtex5.cfg
index f2cb727..6f039da 100644
--- a/c/src/lib/libbsp/powerpc/virtex5/make/custom/virtex5.cfg
+++ b/c/src/lib/libbsp/powerpc/virtex5/make/custom/virtex5.cfg
@@ -1,7 +1,6 @@
 include $(RTEMS_ROOT)/make/custom/default.cfg
 
 RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=ppc440
 
 #  This contains the compiler options necessary to select the CPU model
 #  and (hopefully) optimize for it.
diff --git a/c/src/lib/libcpu/powerpc/Makefile.am b/c/src/lib/libcpu/powerpc/Makefile.am
deleted file mode 100644
index 469a518..0000000
--- a/c/src/lib/libcpu/powerpc/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-ACLOCAL_AMFLAGS = -I ../../../aclocal
-
-include $(top_srcdir)/../../../automake/compile.am
-
-EXTRA_DIST =
-
-noinst_PROGRAMS =
-
-include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libcpu/powerpc/README b/c/src/lib/libcpu/powerpc/README
deleted file mode 100644
index c5dd8ed..0000000
--- a/c/src/lib/libcpu/powerpc/README
+++ /dev/null
@@ -1,26 +0,0 @@
-This hierarchy contains support routines for some of
-the varied and quite numerous PowerPC processors
-available from IBM and Motorola.
-
-Since these routines can differ amongst different members
-of the PowerPC family, an entry per CPU type is provided.
-
-At this time, support is included for the following PowerPC
-family members using the new exception processing model:
-
-  + mpc505
-  + mpc5xx (5xx devices other than 505/509)
-  + mpc6xx
-  + mpc750
-  + mpc821 
-  + mpc823 (uses mpc821 directory)
-  + mpc850 (uses mpc860 directory)
-  + mpc860
-  + mpc8260
-  + ppc405
-  + ppc440
-
-Note that because of similarities in various family members,
-the mpc823 should be able to use the mpc821 code and the
-mpc850 should be able to use the mpc850 code.
-
diff --git a/c/src/lib/libcpu/powerpc/configure.ac b/c/src/lib/libcpu/powerpc/configure.ac
deleted file mode 100644
index 8b91859..0000000
--- a/c/src/lib/libcpu/powerpc/configure.ac
+++ /dev/null
@@ -1,78 +0,0 @@
-# Process this file with autoconf to produce a configure script.
-
-AC_PREREQ([2.69])
-AC_INIT([rtems-c-src-lib-libcpu-powerpc],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
-AC_CONFIG_SRCDIR([mpc6xx])
-RTEMS_TOP([../../../../..],[../../..])
-RTEMS_SOURCE_TOP
-RTEMS_BUILD_TOP
-
-RTEMS_CANONICAL_TARGET_CPU
-
-AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.12.2])
-AM_MAINTAINER_MODE
-
-RTEMS_ENV_RTEMSBSP
-
-RTEMS_PROJECT_ROOT
-
-RTEMS_PROG_CC_FOR_TARGET
-AM_PROG_CC_C_O
-RTEMS_CANONICALIZE_TOOLS
-RTEMS_PROG_CCAS
-
-AM_CONDITIONAL(shared, \
-   test "$RTEMS_CPU_MODEL" = "" \
-|| test "$RTEMS_CPU_MODEL" = "mpc750" \
-|| test "$RTEMS_CPU_MODEL" = "mpc7400" \
-|| test "$RTEMS_CPU_MODEL" = "mpc7455" \
-|| test "$RTEMS_CPU_MODEL" = "mpc555" \
-|| test "$RTEMS_CPU_MODEL" = "ppc405" \
-|| test "$RTEMS_CPU_MODEL" = "ppc440" \
-|| test "$RTEMS_CPU_MODEL" = "mpc604" \
-|| test "$RTEMS_CPU_MODEL" = "mpc6xx" \
-|| test "$RTEMS_CPU_MODEL" = "mpc860" \
-|| test "$RTEMS_CPU_MODEL" = "mpc8240" \
-|| test "$RTEMS_CPU_MODEL" = "mpc8260" \
-|| test "$RTEMS_CPU_MODEL" = "mpc83xx" \
-|| test "$RTEMS_CPU_MODEL" = "qoriq" \
-|| test "$RTEMS_CPU_MODEL" = "e500")
-
-# test on CPU type
-AM_CONDITIONAL(mpc5xx, test "$RTEMS_CPU_MODEL" = "mpc555" )
-AM_CONDITIONAL(mpc6xx, test "$RTEMS_CPU_MODEL" = "mpc6xx" \
-|| test "$RTEMS_CPU_MODEL" = "mpc604" \
-|| test "$RTEMS_CPU_MODEL" = "mpc7400" \
-|| test "$RTEMS_CPU_MODEL" = "mpc7455" \
-|| test "$RTEMS_CPU_MODEL" = "mpc750" \
-|| test "$RTEMS_CPU_MODEL" = "mpc8240" \
-|| test "$RTEMS_CPU_MODEL" = "mpc83xx")
-AM_CONDITIONAL(mpc8xx, test "$RTEMS_CPU_MODEL" = "mpc860" )
-AM_CONDITIONAL(mpc8260, test "$RTEMS_CPU_MODEL" = "mpc8260")
-AM_CONDITIONAL(mpc83xx, test "$RTEMS_CPU_MODEL" = "mpc83xx")
-AM_CONDITIONAL(qoriq, test "$RTEMS_CPU_MODEL" = "qoriq")
-
-# the ppc405 share files with the ppc403
-AM_CONDITIONAL(ppc405, test "$RTEMS_CPU_MODEL" = "ppc405")
-AM_CONDITIONAL(ppc440, test "$RTEMS_CPU_MODEL" = "ppc440")
-AM_CONDITIONAL(ppc4xx, test "$RTEMS_CPU_MODEL" = "ppc405")
-
-AM_CONDITIONAL(e500_clock, test "$RTEMS_CPU_MODEL" = "e500" \
-|| test "$RTEMS_CPU_MODEL" = "ppc440")
-
-AM_CONDITIONAL(e500_timer, test "$RTEMS_CPU_MODEL" = "e500" \
-|| test "$RTEMS_CPU_MODEL" = "ppc440")
-
-AM_CONDITIONAL(e500_mmu, test "$RTEMS_CPU_MODEL" = "e500" \
-|| test "$RTEMS_CPU_MODEL" = "ppc440" \
-|| test "$RTEMS_CPU_MODEL" = "qoriq" )
-
-RTEMS_CHECK_NETWORKING
-AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
-
-RTEMS_AMPOLISH3
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-])
-AC_OUTPUT



More information about the vc mailing list