Add support for MVME2100.

This commit is contained in:
W. Eric Norum
2004-09-17 21:18:43 +00:00
parent f41a7910c4
commit 63a4b83b16
3 changed files with 19 additions and 0 deletions

View File

@@ -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/<os_class>)

View File

@@ -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

View File

@@ -0,0 +1,4 @@
#
# Site-specific information for all RTEMS targets
#
OP_SYS_CFLAGS += -DRTEMS_NETWORK_CONFIG_DNS_DOMAINNAME=aps.anl.gov