forked from Imagelibrary/rtems
2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>
* wrapup/Makefile.am: Pick up cache code from libcpu and pick up .o's instead of .rel's from libcpu.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>
|
||||
|
||||
* wrapup/Makefile.am: Pick up cache code from libcpu and pick
|
||||
up .o's instead of .rel's from libcpu.
|
||||
|
||||
2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>
|
||||
|
||||
* Makefile.am, configure.in, gnatsupp/Makefile.am,
|
||||
|
||||
@@ -11,11 +11,11 @@ endif
|
||||
|
||||
BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER)
|
||||
# pieces to pick up out of libcpu/sparc
|
||||
CPU_PIECES = reg_win syscall
|
||||
CPU_PIECES = cache reg_win syscall
|
||||
|
||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
|
||||
$(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).rel)
|
||||
$(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.o)
|
||||
LIB = $(ARCH)/libbsp.a
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>
|
||||
|
||||
* wrapup/Makefile.am: Pick up cache code from libcpu and pick
|
||||
up .o's instead of .rel's from libcpu.
|
||||
|
||||
2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>
|
||||
|
||||
* startup/boardinit.S: St 32-bit ram width by default.
|
||||
|
||||
@@ -10,11 +10,11 @@ AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
BSP_PIECES = startup console clock timer gnatsupp $(NETWORK)
|
||||
# pieces to pick up out of libcpu/sparc
|
||||
CPU_PIECES = reg_win syscall
|
||||
CPU_PIECES = cache reg_win syscall
|
||||
|
||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
|
||||
$(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).rel)
|
||||
$(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.o)
|
||||
LIB = $(ARCH)/libbsp.a
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
|
||||
Reference in New Issue
Block a user