echo_udp.run: remove unnecessary stdcxx

Ref #2285
This commit is contained in:
Martin Stein 2017-02-21 14:57:37 +01:00 committed by Christian Helmuth
parent 43fcdc43e6
commit d5b1f4fa5f

View File

@ -100,7 +100,7 @@ install_config $config
set boot_modules {
core init timer nic_drv vfs dynamic_rom
ld.lib.so libc.lib.so libm.lib.so
libc_resolv.lib.so stdcxx.lib.so
libc_resolv.lib.so
vfs_lxip.lib.so lxip.lib.so
test-echo_udp
}