2002-07-30 Joel Sherrill <joel@OARcorp.com>

* startup/Makefile.am: Added -DARM_RDI_MONITOR.
This commit is contained in:
Joel Sherrill
2002-07-30 23:23:22 +00:00
parent 8c408ed486
commit f511ae2388
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-07-30 Joel Sherrill <joel@OARcorp.com>
* startup/Makefile.am: Added -DARM_RDI_MONITOR.
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am:

View File

@@ -23,6 +23,14 @@ include $(top_srcdir)/../../../../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
#
# From newlib
# Select which debug protocol is being used.
# ARM_RDP_MONITOR selects the Demon monitor.
# ARM_RDI_MONITOR selects the Angel monitor.
# If neither are defined, then hard coded defaults will be used
# to create the program's environment.
AM_CPPFLAGS += -DARM_RDI_MONITOR
$(PGM): $(OBJS)
$(make-rel)