1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-09-14 15:11:56 +00:00

Reorder support names alphabetically.

This commit is contained in:
Con Kolivas 2013-08-21 20:09:17 +10:00
parent 77f9400ca2
commit a52ec336bf

View File

@ -1422,29 +1422,29 @@ extern const char *opt_argv0;
static char *opt_verusage_and_exit(const char *extra) static char *opt_verusage_and_exit(const char *extra)
{ {
printf("%s\nBuilt with " printf("%s\nBuilt with "
#ifdef USE_AVALON
"avalon "
#endif
#ifdef USE_BFLSC #ifdef USE_BFLSC
"bflsc " "bflsc "
#endif #endif
#ifdef HAVE_OPENCL
"GPU "
#endif
#ifdef USE_BITFORCE #ifdef USE_BITFORCE
"bitforce " "bitforce "
#endif #endif
#ifdef HAVE_OPENCL
"GPU "
#endif
#ifdef USE_ICARUS #ifdef USE_ICARUS
"icarus " "icarus "
#endif #endif
#ifdef USE_AVALON
"avalon "
#endif
#ifdef USE_MODMINER #ifdef USE_MODMINER
"modminer " "modminer "
#endif #endif
#ifdef USE_ZTEX
"ztex "
#endif
#ifdef USE_SCRYPT #ifdef USE_SCRYPT
"scrypt " "scrypt "
#endif
#ifdef USE_ZTEX
"ztex "
#endif #endif
"mining support.\n" "mining support.\n"
, packagename); , packagename);