2002-08-06 Joel Sherrill <joel@OARcorp.com>

* configure.ac: or32 does not currently support librpc.
This commit is contained in:
Joel Sherrill
2002-08-06 20:18:32 +00:00
parent 6f197f4bd6
commit 92b671dd55
4 changed files with 12 additions and 2 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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