forked from Imagelibrary/rtems
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* configure.ac: or32 does not currently support librpc.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-08-06 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* configure.ac: or32 does not currently support librpc.
|
||||
|
||||
2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
|
||||
|
||||
@@ -69,7 +69,7 @@ AC_CONFIG_SUBDIRS([libblock])
|
||||
AC_CONFIG_SUBDIRS([libfs])
|
||||
AS_IF([test x"$HAS_NETWORKING" = x"yes"],
|
||||
[AC_CONFIG_SUBDIRS(libnetworking)
|
||||
AS_IF([test x"$RTEMS_CPU" != x"c4x"],[
|
||||
AS_IF([test x"$RTEMS_CPU" != x"c4x" -o test x"$RTEMS_CPU" != x"or32"],[
|
||||
AC_CONFIG_SUBDIRS([librpc])
|
||||
LIBRPC=yes],[
|
||||
LIBRPC=no
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2002-08-06 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* configure.ac: or32 does not currently support librpc.
|
||||
|
||||
2002-07-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
|
||||
|
||||
@@ -25,7 +25,9 @@ AC_PROG_RANLIB
|
||||
RTEMS_CHECK_NETWORKING
|
||||
|
||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||
AM_CONDITIONAL(rpc_not_supported, test "$RTEMS_CPU" = "c4x")
|
||||
AM_CONDITIONAL(rpc_not_supported, test "$RTEMS_CPU" = "c4x" \
|
||||
|| test "$RTEMS_CPU" = "or32" \
|
||||
)
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
|
||||
Reference in New Issue
Block a user