mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-30 00:14:26 +00:00
Reorder support names alphabetically.
This commit is contained in:
parent
77f9400ca2
commit
a52ec336bf
18
cgminer.c
18
cgminer.c
@ -1422,29 +1422,29 @@ extern const char *opt_argv0;
|
||||
static char *opt_verusage_and_exit(const char *extra)
|
||||
{
|
||||
printf("%s\nBuilt with "
|
||||
#ifdef USE_AVALON
|
||||
"avalon "
|
||||
#endif
|
||||
#ifdef USE_BFLSC
|
||||
"bflsc "
|
||||
#endif
|
||||
#ifdef HAVE_OPENCL
|
||||
"GPU "
|
||||
#endif
|
||||
#ifdef USE_BITFORCE
|
||||
"bitforce "
|
||||
#endif
|
||||
#ifdef HAVE_OPENCL
|
||||
"GPU "
|
||||
#endif
|
||||
#ifdef USE_ICARUS
|
||||
"icarus "
|
||||
#endif
|
||||
#ifdef USE_AVALON
|
||||
"avalon "
|
||||
#endif
|
||||
#ifdef USE_MODMINER
|
||||
"modminer "
|
||||
#endif
|
||||
#ifdef USE_ZTEX
|
||||
"ztex "
|
||||
#endif
|
||||
#ifdef USE_SCRYPT
|
||||
"scrypt "
|
||||
#endif
|
||||
#ifdef USE_ZTEX
|
||||
"ztex "
|
||||
#endif
|
||||
"mining support.\n"
|
||||
, packagename);
|
||||
|
Loading…
x
Reference in New Issue
Block a user