buildrootschalter/package/dhrystone/dhrystone-2-exit.patch
Mike Frysinger 9ffc2e809c dhrystone: new benchmark package
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-12-08 23:37:48 +01:00

15 lines
186 B
Diff

trust the exit status of the program
Patch by Robin Getz <rgetz@blackfin.uclinux.org>
--- a/dhry_1.c
+++ b/dhry_1.c
@@ -274,6 +289,7 @@
printf ("\n");
}
+ exit(0);
}