Changeset 92b671dd in rtems
- Timestamp:
- 08/06/02 20:18:32 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f8ac3ae3
- Parents:
- 6f197f4b
- Location:
- cpukit
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r6f197f4b r92b671dd 1 2002-08-06 Joel Sherrill <joel@OARcorp.com> 2 3 * configure.ac: or32 does not currently support librpc. 4 1 5 2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/configure.ac
r6f197f4b r92b671dd 70 70 AS_IF([test x"$HAS_NETWORKING" = x"yes"], 71 71 [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"],[ 73 73 AC_CONFIG_SUBDIRS([librpc]) 74 74 LIBRPC=yes],[ -
cpukit/librpc/ChangeLog
r6f197f4b r92b671dd 1 2002-08-06 Joel Sherrill <joel@OARcorp.com> 2 3 * configure.ac: or32 does not currently support librpc. 4 1 5 2002-07-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/librpc/configure.ac
r6f197f4b r92b671dd 26 26 27 27 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") 28 AM_CONDITIONAL(rpc_not_supported, test "$RTEMS_CPU" = "c4x") 28 AM_CONDITIONAL(rpc_not_supported, test "$RTEMS_CPU" = "c4x" \ 29 || test "$RTEMS_CPU" = "or32" \ 30 ) 29 31 30 32 # Explicitly list all Makefiles here
Note: See TracChangeset
for help on using the changeset viewer.