Browse Source

Merge commit 'a52ec33' into cg_merges_20130822a

Conflicts:
	miner.c
Luke Dashjr 12 years ago
parent
commit
d6ec80d7bc
1 changed files with 10 additions and 10 deletions
  1. 10 10
      miner.c

+ 10 - 10
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 "
 #endif
-#ifdef USE_BITFORCE
-		"bitforce "
+#ifdef HAVE_OPENCL
+		"GPU "
 #endif
 #ifdef USE_ICARUS
 		"icarus "
 #endif
-#ifdef USE_AVALON
-		"avalon "
-#endif
 #ifdef USE_MODMINER
 		"modminer "
 #endif
+#ifdef USE_SCRYPT
+		"scrypt "
+#endif
 #ifdef USE_X6500
 		"x6500 "
 #endif
 #ifdef USE_ZTEX
 		"ztex "
-#endif
-#ifdef USE_SCRYPT
-		"scrypt "
 #endif
 		"mining support.\n"
 		, packagename);