Browse Source

Minor style changes to output.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
774061e3f2
  1. 6
      cgminer.c
  2. 4
      configure.ac

6
cgminer.c

@ -1598,9 +1598,6 @@ 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_KNC
"KnC "
#endif
#ifdef USE_AVALON #ifdef USE_AVALON
"avalon " "avalon "
#endif #endif
@ -1625,6 +1622,9 @@ static char *opt_verusage_and_exit(const char *extra)
#ifdef USE_KLONDIKE #ifdef USE_KLONDIKE
"klondike " "klondike "
#endif #endif
#ifdef USE_KNC
"KnC "
#endif
#ifdef USE_MODMINER #ifdef USE_MODMINER
"modminer " "modminer "
#endif #endif

4
configure.ac

@ -574,9 +574,9 @@ else
fi fi
if test "x$knc" = xyes; then if test "x$knc" = xyes; then
echo " KnC.miners...........: Enabled" echo " KnC.ASICs............: Enabled"
else else
echo " KnC.miners...........: Disabled" echo " KnC.ASICs............: Disabled"
fi fi
if test "x$bitforce" = xyes; then if test "x$bitforce" = xyes; then

Loading…
Cancel
Save