Changeset 6e27f588 in rtems
- Timestamp:
- 04/12/99 20:27:14 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 76e5fe8a
- Parents:
- 82f490f
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/Makefile.in
r82f490f r6e27f588 46 46 else \ 47 47 $(INSTALL_DATA) \ 48 $(srcdir)/$(RTEMS_CPU)/${RTEMS_BSP }/bsp_specs \48 $(srcdir)/$(RTEMS_CPU)/${RTEMS_BSP_FAMILY}/bsp_specs \ 49 49 $(PROJECT_ROOT)/${RTEMS_BSP}/lib; \ 50 50 fi -
make/custom/mvme162.cfg
r82f490f r6e27f588 26 26 # This is the actual bsp directory used during the build process. 27 27 RTEMS_BSP_FAMILY=mvme162 28 29 # We may install in a CPU model based directory but this is still30 # a mvme162 based bsp.31 RTEMS_BSP=mvme16232 28 33 29 # This contains the compiler options necessary to select the CPU model -
make/custom/p4600.cfg
r82f490f r6e27f588 21 21 22 22 CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3 23 24 # The p4600 and p4600 share the p4000 bsp.25 TARGET_ARCH=o-p460026 RTEMS_BSP=p400027 23 28 24 # This target does NOT support the TCP/IP stack so ignore requests -
make/custom/p4650.cfg
r82f490f r6e27f588 20 20 21 21 CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3 22 23 # The p4600 and p4600 share the p4000 bsp.24 TARGET_ARCH=o-p465025 RTEMS_BSP=p400026 22 27 23 # This target does NOT support the TCP/IP stack so ignore requests -
make/custom/ppcn_60x.cfg
r82f490f r6e27f588 13 13 14 14 RTEMS_BSP_FAMILY=ppcn_60x 15 16 RTEMS_BSP=ppcn_60x17 15 18 16 # This contains the compiler options necessary to select the CPU model
Note: See TracChangeset
for help on using the changeset viewer.