Changeset 633657c in rtems
- Timestamp:
- 09/06/00 15:31:12 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5fa62fc4
- Parents:
- 9317505
- Location:
- c/src/lib/libbsp/sh
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh1/ChangeLog
r9317505 r633657c 1 2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * scitab/Makefile.am: PROJECT_TOPdir. 4 1 5 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am
r9317505 r633657c 16 16 include $(top_srcdir)/../../../../../../automake/lib.am 17 17 18 SHGEN = $(PROJECT_ ROOT)/tools/cpu/sh/shgen18 SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen 19 19 20 20 # -
c/src/lib/libbsp/sh/gensh2/ChangeLog
r9317505 r633657c 1 2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * scitab/Makefile.am: PROJECT_TOPdir. 4 1 5 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
r9317505 r633657c 16 16 include $(top_srcdir)/../../../../../../automake/lib.am 17 17 18 SHGEN = $(PROJECT_ ROOT)/tools/cpu/sh/shgen18 SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen 19 19 20 20 #
Note: See TracChangeset
for help on using the changeset viewer.