From e29727f6001313c5ac598efa146b251e305c8cb5 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 31 Oct 2002 22:05:00 +0000 Subject: [PATCH] Add a couple of example configuration files for RTEMS PowerPC targets. --- configure/os/CONFIG.Common.RTEMS-mcp750 | 10 ++++++++++ configure/os/CONFIG.Common.RTEMS-psim | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 configure/os/CONFIG.Common.RTEMS-mcp750 create mode 100644 configure/os/CONFIG.Common.RTEMS-psim diff --git a/configure/os/CONFIG.Common.RTEMS-mcp750 b/configure/os/CONFIG.Common.RTEMS-mcp750 new file mode 100644 index 000000000..ead4a58b9 --- /dev/null +++ b/configure/os/CONFIG.Common.RTEMS-mcp750 @@ -0,0 +1,10 @@ +# +# $Id$ +# Author: W. Eric Norum +# Canadian Light Source +# eric@cls.usask.ca +# +# All RTEMS targets use the same Makefile fragment +# +RTEMS_TARGET_CPU=ppc +include $(CONFIG)/os/CONFIG.Common.RTEMS diff --git a/configure/os/CONFIG.Common.RTEMS-psim b/configure/os/CONFIG.Common.RTEMS-psim new file mode 100644 index 000000000..75e8815a0 --- /dev/null +++ b/configure/os/CONFIG.Common.RTEMS-psim @@ -0,0 +1,10 @@ +# +# $Id$ +# Author: W. Eric Norum +# University of Saskatchewan +# eric.norum@usask.ca +# +# All RTEMS targets use the same Makefile fragment +# +RTEMS_TARGET_CPU=ppc +include $(CONFIG)/os/CONFIG.Common.RTEMS