Changeset dfe5faf8 in rtems
- Timestamp:
- 12/20/01 17:32:24 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f92cc34
- Parents:
- e6dc43d
- Location:
- c/src/lib/libbsp/arm/armulator
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/armulator/ChangeLog
re6dc43d rdfe5faf8 1 2001-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR). 4 * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS. 5 1 6 2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/arm/armulator/configure.ac
re6dc43d rdfe5faf8 16 16 RTEMS_CANONICALIZE_TOOLS 17 17 18 RTEMS_BSPOPTS_SET([ARM_RDI_MONITOR],[*],[]) 18 # From newlib 19 # Select which debug protocol is being used. 20 # ARM_RDP_MONITOR selects the Demon monitor. 21 # ARM_RDI_MONITOR selects the Angel monitor. 22 # If neither are defined, then hard coded defaults will be used 23 # to create the program's environment. 24 25 RTEMS_BSPOPTS_SET([ARM_RDI_MONITOR],[*],[1]) 19 26 RTEMS_BSPOPTS_HELP([ARM_RDI_MONITOR], 20 [If defined enable ARM_RDI_MONITOR support]) 27 [If defined enable Angel monitor support]) 28 29 RTEMS_BSPOPTS_SET([ARM_RDP_MONITOR],[*],[]) 30 RTEMS_BSPOPTS_HELP([ARM_RDP_MONITOR], 31 [If defined enable Demon monitor support]) 21 32 22 33 # Explicitly list all Makefiles here -
c/src/lib/libbsp/arm/armulator/startup/Makefile.am
re6dc43d rdfe5faf8 26 26 # 27 27 28 # From newlib29 # Select which debug protocol is being used.30 # ARM_RDP_MONITOR selects the Demon monitor.31 # ARM_RDI_MONITOR selects the Angel monitor.32 # If neither are defined, then hard coded defaults will be used33 # to create the program's environment.34 AM_CPPFLAGS += -DARM_RDI_MONITOR35 36 28 $(PGM): $(OBJS) 37 29 $(make-rel)
Note: See TracChangeset
for help on using the changeset viewer.