aboutsummaryrefslogtreecommitdiff
path: root/qemu_multiarch_testing/hdc.dir
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-02 13:48:06 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-02 13:48:06 +0100
commitbddbeb82bfeac8d4795ab995eae09109c048e9df (patch)
tree95e64b5f4ce28af81c1daca5ebc31534fa85a8c3 /qemu_multiarch_testing/hdc.dir
parent78900354524ee966ee6b5299c87831fcccf1deb0 (diff)
downloadbusybox-bddbeb82bfeac8d4795ab995eae09109c048e9df.tar.gz
qemu_multiarch_testing: small improvements
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'qemu_multiarch_testing/hdc.dir')
-rwxr-xr-xqemu_multiarch_testing/hdc.dir/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu_multiarch_testing/hdc.dir/build b/qemu_multiarch_testing/hdc.dir/build
index a9981864a..c9e1a37e5 100755
--- a/qemu_multiarch_testing/hdc.dir/build
+++ b/qemu_multiarch_testing/hdc.dir/build
@@ -29,12 +29,13 @@ test -x "bin/busybox-$HOST" && {
sed 's/^.*CONFIG_EXTRA_CFLAGS.*$/CONFIG_EXTRA_CFLAGS="-mips32"/' -i .config
}
# These won't build because of toolchain/libc breakage:
- sed 's/^.*CONFIG_FEATURE_SYNC_FANCY.*$/# CONFIG_FEATURE_SYNC_FANCY is not set/' -i .config # no syncfs()
+ sed 's/^.*CONFIG_FEATURE_SYNC_FANCY.*$/# CONFIG_FEATURE_SYNC_FANCY is not set/' -i .config # no syncfs() on armv4l, sparc
sed 's/^.*CONFIG_FEATURE_WTMP.*$/# CONFIG_FEATURE_WTMP is not set/' -i .config
sed 's/^.*CONFIG_FEATURE_UTMP.*$/# CONFIG_FEATURE_UTMP is not set/' -i .config
sed 's/^.*CONFIG_FEATURE_INETD_RPC.*$/# CONFIG_FEATURE_INETD_RPC is not set/' -i .config
make #V=1 || sh
+ test -f busybox || exit 1
size busybox
./busybox || echo "Exit code: $?"
if uuencode TEST </dev/null >/dev/null && bzip2 </dev/null >/dev/null; then