add support to mips64/Linux
Brought to you by:
staelin
Trivial patch.
--- lmbench-2.0.4/scripts/gnu-os.orig Thu Apr 3
18:35:24 2003
+++ lmbench-2.0.4/scripts/gnu-os Thu Apr 3
18:35:45 2003
@@ -765,7 +765,7 @@
m68*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit 0 ;;
- mips:Linux:*:*)
+ mips*:Linux:*:*)
cat >$dummy.c <<EOF
#ifdef __cplusplus
#include <stdio.h> /* for printf() prototype */