Changeset aaed235 in rtems
- Timestamp:
- 02/06/04 11:45:08 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 12b0ada
- Parents:
- 599ef15b
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
r599ef15b raaed235 1 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * mpc505/Makefile.am, mpc6xx/Makefile.am, mpc8260/Makefile.am, 4 mpc8xx/Makefile.am, ppc403/Makefile.am: Don't include .../lib.am. 5 1 6 2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libcpu/powerpc/mpc505/Makefile.am
r599ef15b raaed235 9 9 10 10 include $(top_srcdir)/../../../automake/compile.am 11 include $(top_srcdir)/../../../automake/lib.am12 11 13 12 if mpc505 -
c/src/lib/libcpu/powerpc/mpc6xx/Makefile.am
r599ef15b raaed235 4 4 5 5 include $(top_srcdir)/../../../automake/compile.am 6 include $(top_srcdir)/../../../automake/lib.am7 6 8 7 EXTRA_DIST = -
c/src/lib/libcpu/powerpc/mpc8260/Makefile.am
r599ef15b raaed235 9 9 10 10 include $(top_srcdir)/../../../automake/compile.am 11 include $(top_srcdir)/../../../automake/lib.am12 11 13 12 if mpc8260 -
c/src/lib/libcpu/powerpc/mpc8xx/Makefile.am
r599ef15b raaed235 9 9 10 10 include $(top_srcdir)/../../../automake/compile.am 11 include $(top_srcdir)/../../../automake/lib.am12 11 13 12 if mpc8xx -
c/src/lib/libcpu/powerpc/ppc403/Makefile.am
r599ef15b raaed235 9 9 10 10 include $(top_srcdir)/../../../automake/compile.am 11 include $(top_srcdir)/../../../automake/lib.am12 11 13 12 if ppc403
Note: See TracChangeset
for help on using the changeset viewer.