From 63a4b83b16ec8b79c63a0975b7bc27fabdd46b3c Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Fri, 17 Sep 2004 21:18:43 +0000 Subject: [PATCH] Add support for MVME2100. --- configure/os/CONFIG.Common.RTEMS | 4 ++++ configure/os/CONFIG.Common.RTEMS-mvme2100 | 11 +++++++++++ configure/os/CONFIG_SITE.Common.RTEMS | 4 ++++ 3 files changed, 19 insertions(+) create mode 100644 configure/os/CONFIG.Common.RTEMS-mvme2100 create mode 100644 configure/os/CONFIG_SITE.Common.RTEMS diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index deabeddbf..59b3abb8c 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -69,6 +69,10 @@ $(BASE_CPPFLAGS) $(TARGET_CPPFLAGS) $(USR_CPPFLAGS) $(ARCH_DEP_CPPFLAGS)\ CROSS_CPPFLAGS = CROSS_LDFLAGS = SHRLIB_CFLAGS = +OPT_CFLAGS_YES = $(CFLAGS_OPTIMIZE_V) +OPT_CXXFLAGS_YES = $(CFLAGS_OPTIMIZE_V) +OPT_CFLAGS_NO = $(CFLAGS_DEBUG_V) +OPT_CXXFLAGS_NO = $(CFLAGS_DEBUG_V) #-------------------------------------------------- # operating system class (include/os/) diff --git a/configure/os/CONFIG.Common.RTEMS-mvme2100 b/configure/os/CONFIG.Common.RTEMS-mvme2100 new file mode 100644 index 000000000..85edbf4ad --- /dev/null +++ b/configure/os/CONFIG.Common.RTEMS-mvme2100 @@ -0,0 +1,11 @@ +# +# $Id$ +# Author: W. Eric Norum +# Canadian Light Source +# eric@cls.usask.ca +# +# All RTEMS targets use the same Makefile fragment +# +RTEMS_TARGET_CPU=powerpc +ARCH_DEP_CFLAGS += -DHAVE_PPCBUG +include $(CONFIG)/os/CONFIG.Common.RTEMS diff --git a/configure/os/CONFIG_SITE.Common.RTEMS b/configure/os/CONFIG_SITE.Common.RTEMS new file mode 100644 index 000000000..8924ade8f --- /dev/null +++ b/configure/os/CONFIG_SITE.Common.RTEMS @@ -0,0 +1,4 @@ +# +# Site-specific information for all RTEMS targets +# +OP_SYS_CFLAGS += -DRTEMS_NETWORK_CONFIG_DNS_DOMAINNAME=aps.anl.gov