Changeset 92b671dd in rtems


Ignore:
Timestamp:
08/06/02 20:18:32 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f8ac3ae3
Parents:
6f197f4b
Message:

2002-08-06 Joel Sherrill <joel@…>

  • configure.ac: or32 does not currently support librpc.
Location:
cpukit
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r6f197f4b r92b671dd  
     12002-08-06      Joel Sherrill <joel@OARcorp.com>
     2
     3        * configure.ac: or32 does not currently support librpc.
     4
    152002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/configure.ac

    r6f197f4b r92b671dd  
    7070AS_IF([test x"$HAS_NETWORKING" = x"yes"],
    7171  [AC_CONFIG_SUBDIRS(libnetworking)
    72   AS_IF([test x"$RTEMS_CPU" != x"c4x"],[
     72  AS_IF([test x"$RTEMS_CPU" != x"c4x" -o test x"$RTEMS_CPU" != x"or32"],[
    7373    AC_CONFIG_SUBDIRS([librpc])
    7474    LIBRPC=yes],[
  • cpukit/librpc/ChangeLog

    r6f197f4b r92b671dd  
     12002-08-06      Joel Sherrill <joel@OARcorp.com>
     2
     3        * configure.ac: or32 does not currently support librpc.
     4
    152002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/librpc/configure.ac

    r6f197f4b r92b671dd  
    2626
    2727AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
    28 AM_CONDITIONAL(rpc_not_supported, test "$RTEMS_CPU" = "c4x")
     28AM_CONDITIONAL(rpc_not_supported, test "$RTEMS_CPU" = "c4x" \
     29|| test "$RTEMS_CPU" = "or32" \
     30)
    2931
    3032# Explicitly list all Makefiles here
Note: See TracChangeset for help on using the changeset viewer.