Changeset 9f66699 in rtems
- Timestamp:
- 02/12/05 06:19:20 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fefd593
- Parents:
- b1b0ed9d
- Location:
- cpukit/score/cpu/powerpc
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/powerpc/ChangeLog
rb1b0ed9d r9f66699 1 2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * cpu.c: New (Stub file for consistency with other ports). 4 * Makefile.am: Reflect changes above. 5 1 6 2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/cpu/powerpc/Makefile.am
rb1b0ed9d r9f66699 27 27 include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h 28 28 29 noinst_LIBRARIES = libscorecpu.a 30 libscorecpu_a_SOURCES = cpu.c 31 libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) 32 29 33 all-local: $(PREINSTALL_FILES) 30 34
Note: See TracChangeset
for help on using the changeset viewer.