Changeset 9f66699 in rtems


Ignore:
Timestamp:
02/12/05 06:19:20 (18 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
fefd593
Parents:
b1b0ed9d
Message:

2005-02-12 Ralf Corsepius <ralf.corsepius@…>

  • cpu.c: New (Stub file for consistency with other ports).
  • Makefile.am: Reflect changes above.
Location:
cpukit/score/cpu/powerpc
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/powerpc/ChangeLog

    rb1b0ed9d r9f66699  
     12005-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
    162005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/powerpc/Makefile.am

    rb1b0ed9d r9f66699  
    2727include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h
    2828
     29noinst_LIBRARIES = libscorecpu.a
     30libscorecpu_a_SOURCES = cpu.c
     31libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
     32
    2933all-local: $(PREINSTALL_FILES)
    3034
Note: See TracChangeset for help on using the changeset viewer.