Changeset b752e632 in rtems
- Timestamp:
- 12/02/03 05:02:20 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b989299a
- Parents:
- ad2b936
- Location:
- c/src/lib/libcpu/sh
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7032/ChangeLog
rad2b936 rb752e632 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Remove all-local: $(ARCH). 4 1 5 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libcpu/sh/sh7032/Makefile.am
rad2b936 rb752e632 81 81 ${make-rel} 82 82 83 all-local: $( ARCH) $(PGMS) $(TMPINSTALL_FILES)83 all-local: $(PGMS) $(TMPINSTALL_FILES) 84 84 85 85 .PRECIOUS: $(PGMS) -
c/src/lib/libcpu/sh/sh7045/ChangeLog
rad2b936 rb752e632 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Remove all-local: $(ARCH). 4 1 5 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libcpu/sh/sh7045/Makefile.am
rad2b936 rb752e632 69 69 ${make-rel} 70 70 71 all-local: $( ARCH) $(PGMS) $(TMPINSTALL_FILES)71 all-local: $(PGMS) $(TMPINSTALL_FILES) 72 72 73 73 .PRECIOUS: $(PGMS) -
c/src/lib/libcpu/sh/sh7750/ChangeLog
rad2b936 rb752e632 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Remove all-local: $(ARCH). 4 1 5 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libcpu/sh/sh7750/Makefile.am
rad2b936 rb752e632 74 74 # -- 75 75 76 all-local: $( ARCH) $(PGMS) $(TMPINSTALL_FILES)76 all-local: $(PGMS) $(TMPINSTALL_FILES) 77 77 78 78 .PRECIOUS: $(PGMS)
Note: See TracChangeset
for help on using the changeset viewer.