Changeset 0308c805 in rtems
- Timestamp:
- 08/21/02 17:41:26 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 06a27bbf
- Parents:
- a2ae30c2
- Location:
- c/src/lib/libbsp/m68k
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/efi332/ChangeLog
ra2ae30c2 r0308c805 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * wrapup/Makefile.am: PR217 required that the idle task be moved to 4 libcpu so it could be more acutely aware of the CPU model. This 5 file was modified to pick up the idle task from there. 6 1 7 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am
ra2ae30c2 r0308c805 7 7 # bummer; have to use $foreach since % pattern subst rules only replace 1x 8 8 OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ 9 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/ memcpy.$(OBJEXT))9 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) 10 10 LIB = $(ARCH)/libbsp.a 11 11 -
c/src/lib/libbsp/m68k/efi68k/ChangeLog
ra2ae30c2 r0308c805 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * wrapup/Makefile.am: PR217 required that the idle task be moved to 4 libcpu so it could be more acutely aware of the CPU model. This 5 file was modified to pick up the idle task from there. 6 1 7 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.am
ra2ae30c2 r0308c805 7 7 # bummer; have to use $foreach since % pattern subst rules only replace 1x 8 8 OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ 9 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/ memcpy.$(OBJEXT))9 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) 10 10 LIB = $(ARCH)/libbsp.a 11 11 -
c/src/lib/libbsp/m68k/gen68302/ChangeLog
ra2ae30c2 r0308c805 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * wrapup/Makefile.am: PR217 required that the idle task be moved to 4 libcpu so it could be more acutely aware of the CPU model. This 5 file was modified to pick up the idle task from there. 6 1 7 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am
ra2ae30c2 r0308c805 12 12 # bummer; have to use $foreach since % pattern subst rules only replace 1x 13 13 OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ 14 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/ memcpy.$(OBJEXT))14 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) 15 15 LIB = $(ARCH)/libbsp.a 16 16 -
c/src/lib/libbsp/m68k/gen68340/ChangeLog
ra2ae30c2 r0308c805 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * wrapup/Makefile.am: PR217 required that the idle task be moved to 4 libcpu so it could be more acutely aware of the CPU model. This 5 file was modified to pick up the idle task from there. 6 1 7 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.am
ra2ae30c2 r0308c805 7 7 # bummer; have to use $foreach since % pattern subst rules only replace 1x 8 8 OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ 9 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/ memcpy.$(OBJEXT)) \9 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \ 10 10 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) 11 11 LIB = $(ARCH)/libbsp.a -
c/src/lib/libbsp/m68k/gen68360/ChangeLog
ra2ae30c2 r0308c805 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * wrapup/Makefile.am: PR217 required that the idle task be moved to 4 libcpu so it could be more acutely aware of the CPU model. This 5 file was modified to pick up the idle task from there. 6 1 7 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am
ra2ae30c2 r0308c805 12 12 # bummer; have to use $foreach since % pattern subst rules only replace 1x 13 13 OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ 14 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/ memcpy.$(OBJEXT)) \14 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \ 15 15 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) 16 16 LIB = $(ARCH)/libbsp.a -
c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog
ra2ae30c2 r0308c805 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * wrapup/Makefile.am: PR217 required that the idle task be moved to 4 libcpu so it could be more acutely aware of the CPU model. This 5 file was modified to pick up the idle task from there. 6 1 7 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/m68k/mcf5206elite/wrapup/Makefile.am
ra2ae30c2 r0308c805 9 9 # bummer; have to use $foreach since % pattern subst rules only replace 1x 10 10 OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ 11 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/ memcpy.$(OBJEXT)) \11 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \ 12 12 $(foreach piece, $(CPU_PIECES), $(wildcard \ 13 13 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(piece)/$(ARCH)/$(piece).rel)) \ -
c/src/lib/libbsp/m68k/mrm332/ChangeLog
ra2ae30c2 r0308c805 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * wrapup/Makefile.am: PR217 required that the idle task be moved to 4 libcpu so it could be more acutely aware of the CPU model. This 5 file was modified to pick up the idle task from there. 6 1 7 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/m68k/mrm332/wrapup/Makefile.am
ra2ae30c2 r0308c805 7 7 # bummer; have to use $foreach since % pattern subst rules only replace 1x 8 8 OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ 9 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/ memcpy.$(OBJEXT))9 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) 10 10 LIB = $(ARCH)/libbsp.a 11 11 -
c/src/lib/libbsp/m68k/mvme162/ChangeLog
ra2ae30c2 r0308c805 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * wrapup/Makefile.am: PR217 required that the idle task be moved to 4 libcpu so it could be more acutely aware of the CPU model. This 5 file was modified to pick up the idle task from there. 6 1 7 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.am
ra2ae30c2 r0308c805 13 13 OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ 14 14 $(wildcard ../consolex/$(ARCH)/consolex.rel) \ 15 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/ memcpy.$(OBJEXT)) \15 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \ 16 16 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) 17 17 -
c/src/lib/libbsp/m68k/ods68302/ChangeLog
ra2ae30c2 r0308c805 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * wrapup/Makefile.am: PR217 required that the idle task be moved to 4 libcpu so it could be more acutely aware of the CPU model. This 5 file was modified to pick up the idle task from there. 6 1 7 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.am
ra2ae30c2 r0308c805 7 7 # bummer; have to use $foreach since % pattern subst rules only replace 1x 8 8 OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ 9 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/ memcpy.$(OBJEXT))9 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) 10 10 LIB = $(ARCH)/libbsp.a 11 11 -
c/src/lib/libbsp/m68k/sim68000/ChangeLog
ra2ae30c2 r0308c805 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * wrapup/Makefile.am: PR217 required that the idle task be moved to 4 libcpu so it could be more acutely aware of the CPU model. This 5 file was modified to pick up the idle task from there. 6 1 7 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/m68k/sim68000/wrapup/Makefile.am
ra2ae30c2 r0308c805 12 12 OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ 13 13 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.$(OBJEXT)) \ 14 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/ memcpy.$(OBJEXT)) \14 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \ 15 15 $(foreach piece, $(GENERIC_FILES), ../../../$(piece)/$(ARCH)/$(piece).rel) 16 16
Note: See TracChangeset
for help on using the changeset viewer.