forked from Imagelibrary/rtems
Always disable networking for h8300
This commit is contained in:
@@ -7,7 +7,8 @@ AC_CACHE_CHECK([whether BSP supports networking],
|
||||
rtems_cv_HAS_NETWORKING,
|
||||
[dnl
|
||||
case "$RTEMS_CPU" in
|
||||
avr*|m32c*) # do not have address space to hold BSD TCP/IP stack
|
||||
# do not have address space to hold BSD TCP/IP stack
|
||||
avr*|h8300*|m32c*)
|
||||
rtems_cv_HAS_NETWORKING="no"
|
||||
;;
|
||||
*)
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
flashdisk01
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
|
||||
@@ -4,4 +4,5 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
fsdosfsname01
|
||||
|
||||
@@ -4,4 +4,5 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
fsdosfsname01
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# Format is one line per test that is _NOT_ built.
|
||||
#
|
||||
|
||||
include: testdata/dltests-broken-on-this-bsp.tcfg
|
||||
fsdosfsname01
|
||||
jffs2_fserror
|
||||
jffs2_fslink
|
||||
|
||||
@@ -8,6 +8,10 @@ AC_CACHE_CHECK([whether CPU supports networking],
|
||||
rtems_cv_HAS_NETWORKING,
|
||||
[dnl
|
||||
case "$host" in
|
||||
# do not have address space to hold BSD TCP/IP stack
|
||||
avr*|h8300*|m32c*)
|
||||
rtems_cv_HAS_NETWORKING="no"
|
||||
;;
|
||||
*-*-rtems*)
|
||||
AS_IF([test "${RTEMS_HAS_NETWORKING}" = "yes"],[
|
||||
# suppress libnetworking if one these types is not available
|
||||
|
||||
Reference in New Issue
Block a user