Conflicts: miner.c
@@ -1947,32 +1947,32 @@ extern const char *opt_argv0;
static char *opt_verusage_and_exit(const char *extra)
{
printf("%s\nBuilt with "
-#ifdef HAVE_OPENCL
- "GPU "
+#ifdef USE_AVALON
+ "avalon "
+#endif
+#ifdef USE_BITFORCE
+ "bitforce "
#endif
#ifdef WANT_CPUMINE
"CPU "
-#ifdef USE_BITFORCE
- "bitforce "
+#ifdef HAVE_OPENCL
+ "GPU "
#ifdef USE_ICARUS
"icarus "
-#ifdef USE_AVALON
- "avalon "
-#endif
#ifdef USE_MODMINER
"modminer "
+#ifdef USE_SCRYPT
+ "scrypt "
#ifdef USE_X6500
"x6500 "
#ifdef USE_ZTEX
"ztex "
-#ifdef USE_SCRYPT
- "scrypt "
"mining support.\n"
, packagename);