forked from Imagelibrary/rtems
2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove LIBSCORECPU. * wrapup/Makefile.am: Reflect changes above.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove LIBSCORECPU.
|
||||
* wrapup/Makefile.am: Reflect changes above.
|
||||
|
||||
2005-02-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 753/rtems
|
||||
|
||||
@@ -262,10 +262,6 @@ AM_CONDITIONAL(HAS_POSIX,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
|
||||
AM_CONDITIONAL(HAS_ITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
|
||||
AM_CONDITIONAL(HAS_NETWORKING,test x"$HAS_NETWORKING" = x"yes")
|
||||
|
||||
# FIXME: All ports should have a libscorecpu.a - But the powerpc doesn't!
|
||||
AM_CONDITIONAL([LIBSCORECPU],
|
||||
[test -f "${srcdir}/score/cpu/${RTEMS_CPU}/cpu.c"])
|
||||
|
||||
AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
|
||||
&& test x"$HAS_POSIX_API" = x"yes"])
|
||||
|
||||
|
||||
@@ -13,9 +13,7 @@ CLEANFILES = librtemscpu.a
|
||||
DISTCLEANFILES =
|
||||
|
||||
TMP_LIBS =
|
||||
if LIBSCORECPU
|
||||
TMP_LIBS += ../score/cpu/@RTEMS_CPU@/libscorecpu.a
|
||||
endif
|
||||
TMP_LIBS += ../score/libscore.a
|
||||
TMP_LIBS += ../sapi/libsapi.a
|
||||
TMP_LIBS += ../rtems/librtems.a
|
||||
|
||||
Reference in New Issue
Block a user