File reproducible.patch of Package moarvm
diff --git a/build/probe.pm b/build/probe.pm
index 7c81e1a6f..8e94a592e 100644
--- a/build/probe.pm
+++ b/build/probe.pm
@@ -1022,12 +1022,6 @@ sub rdtscp {
#endif
int main(int argc, char **argv) {
- unsigned int _tsc_aux;
- unsigned int tscValue;
- tscValue = __rdtscp(&_tsc_aux);
-
- if (tscValue > 1)
- return EXIT_SUCCESS;
return EXIT_FAILURE;
}
EOT