Add support for MVME2100.
This commit is contained in:
@@ -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>)
|
||||
|
||||
11
configure/os/CONFIG.Common.RTEMS-mvme2100
Normal file
11
configure/os/CONFIG.Common.RTEMS-mvme2100
Normal 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
|
||||
4
configure/os/CONFIG_SITE.Common.RTEMS
Normal file
4
configure/os/CONFIG_SITE.Common.RTEMS
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Site-specific information for all RTEMS targets
|
||||
#
|
||||
OP_SYS_CFLAGS += -DRTEMS_NETWORK_CONFIG_DNS_DOMAINNAME=aps.anl.gov
|
||||
Reference in New Issue
Block a user