summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-19 14:46:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-19 14:46:11 +0000
commitb5b51fc40c2236ca6112cffac9b1d8e0a6b98f30 (patch)
treeb12ae7853445f2397659080c0e680194fe16d094 /cpukit/aclocal
parent2009-11-19 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b5b51fc40c2236ca6112cffac9b1d8e0a6b98f30.tar.bz2
2009-11-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-networking.m4: Do NOT disable networking for the avr and the m32c.
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/check-networking.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/aclocal/check-networking.m4 b/cpukit/aclocal/check-networking.m4
index 8c84aa12cc..82fc237076 100644
--- a/cpukit/aclocal/check-networking.m4
+++ b/cpukit/aclocal/check-networking.m4
@@ -9,9 +9,6 @@ AC_CACHE_CHECK([whether CPU supports networking],
rtems_cv_HAS_NETWORKING,
[dnl
case "$RTEMS_CPU" in
- avr*|m32c*) # do not have address space to hold BSD TCP/IP stack
- rtems_cv_HAS_NETWORKING="no"
- ;;
*)
AS_IF([test "${RTEMS_HAS_NETWORKING}" = "yes"],[
# suppress libnetworking if one these types is not available