Changeset 3b5dc96 in rtems
- Timestamp:
- 10/18/00 13:03:14 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3a410c5
- Parents:
- e3250b3
- Location:
- c/src/lib/libcpu/i960
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/i960/ChangeLog
re3250b3 r3b5dc96 1 2000-10-18 Joel Sherrill <joel@OARcorp.com> 2 3 * Makefile.am: Corrected condition CPU model selection so 4 multilib'ing and bare BSP works. 5 1 6 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libcpu/i960/Makefile.am
re3250b3 r3b5dc96 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 SUBDIRS = include @RTEMS_CPU_MODEL@ 8 if i960ca 9 CPU_SUBDIR = i960ca 10 endif 11 12 if i960ka 13 CPU_SUBDIR = i960ka 14 endif 15 16 if i960rp 17 CPU_SUBDIR = i960rp 18 endif 19 20 SUBDIRS = include $(CPU_SUBDIR) 9 21 10 22 include $(top_srcdir)/../../../../../automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.