forked from Imagelibrary/rtems
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Use libscore.a.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Use libscore.a.
|
||||||
|
|
||||||
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* aclocal/canonicalize-tools.m4: Remove LD.
|
* aclocal/canonicalize-tools.m4: Remove LD.
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ include $(top_srcdir)/automake/lib.am
|
|||||||
if LIBSCORECPU
|
if LIBSCORECPU
|
||||||
CPU_OBJS = ../score/cpu/$(RTEMS_CPU)/$(ARCH)/libscorecpu.a
|
CPU_OBJS = ../score/cpu/$(RTEMS_CPU)/$(ARCH)/libscorecpu.a
|
||||||
endif
|
endif
|
||||||
CORE_OBJS = $(wildcard ../score/src/$(ARCH)/*.$(OBJEXT))
|
CORE_OBJS = ../score/src/$(ARCH)/libscore.a
|
||||||
SAPI_OBJS = $(wildcard ../sapi/src/$(ARCH)/*.$(OBJEXT))
|
SAPI_OBJS = $(wildcard ../sapi/src/$(ARCH)/*.$(OBJEXT))
|
||||||
RTEMS_OBJS = $(wildcard ../rtems/src/$(ARCH)/*.$(OBJEXT))
|
RTEMS_OBJS = $(wildcard ../rtems/src/$(ARCH)/*.$(OBJEXT))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user