From 92b671dd5505803dc73712c41c81cd5f01732b42 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 Aug 2002 20:18:32 +0000 Subject: 2002-08-06 Joel Sherrill * configure.ac: or32 does not currently support librpc. --- cpukit/ChangeLog | 4 ++++ cpukit/configure.ac | 2 +- cpukit/librpc/ChangeLog | 4 ++++ cpukit/librpc/configure.ac | 4 +++- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 83eebbbcbc..91cb819f13 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2002-08-06 Joel Sherrill + + * configure.ac: or32 does not currently support librpc. + 2002-08-06 Ralf Corsepius * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP. diff --git a/cpukit/configure.ac b/cpukit/configure.ac index b6473b08a2..21a98005c7 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -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 diff --git a/cpukit/librpc/ChangeLog b/cpukit/librpc/ChangeLog index 025edf0771..498727e290 100644 --- a/cpukit/librpc/ChangeLog +++ b/cpukit/librpc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-06 Joel Sherrill + + * configure.ac: or32 does not currently support librpc. + 2002-07-29 Ralf Corsepius * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am. diff --git a/cpukit/librpc/configure.ac b/cpukit/librpc/configure.ac index 433486617e..27334185c3 100644 --- a/cpukit/librpc/configure.ac +++ b/cpukit/librpc/configure.ac @@ -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 -- cgit v1.2.3