|
@@ -10,10 +10,17 @@ git pull
|
|
cd ..
|
|
cd ..
|
|
fi
|
|
fi
|
|
cd cgminer-gekko
|
|
cd cgminer-gekko
|
|
|
|
+
|
|
autoreconf -fi
|
|
autoreconf -fi
|
|
CFLAGS="-O2 -msse2 -static -fcommon" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-static --enable-gekko
|
|
CFLAGS="-O2 -msse2 -static -fcommon" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-static --enable-gekko
|
|
#--enable-bflsc --enable-bitforce --enable-bitfury --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio --enable-icarus --enable-klondike --enable-modminer
|
|
#--enable-bflsc --enable-bitforce --enable-bitfury --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio --enable-icarus --enable-klondike --enable-modminer
|
|
make -j4
|
|
make -j4
|
|
|
|
+if ! [[ -f cgminer.exe ]]
|
|
|
|
+then
|
|
|
|
+echo -e "\nerreur de compilation !!!!\n"
|
|
|
|
+exit 0
|
|
|
|
+fi
|
|
|
|
+
|
|
strip cgminer.exe
|
|
strip cgminer.exe
|
|
upx cgminer.exe
|
|
upx cgminer.exe
|
|
mkdir /tmp/cgminer-gekko
|
|
mkdir /tmp/cgminer-gekko
|
|
@@ -34,6 +41,12 @@ cd ~
|
|
cd cgminer-gekko
|
|
cd cgminer-gekko
|
|
CFLAGS="-O2 -msse2" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-gekko --enable-bflsc --enable-bitforce --enable-bitfury --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio --enable-icarus --enable-klondike --enable-modminer
|
|
CFLAGS="-O2 -msse2" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-gekko --enable-bflsc --enable-bitforce --enable-bitfury --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio --enable-icarus --enable-klondike --enable-modminer
|
|
make -j4
|
|
make -j4
|
|
|
|
+if ! [[ -f cgminer.exe ]]
|
|
|
|
+then
|
|
|
|
+echo -e "\nerreur de compilation !!!! (all usb)\n"
|
|
|
|
+exit 0
|
|
|
|
+fi
|
|
|
|
+
|
|
strip cgminer.exe
|
|
strip cgminer.exe
|
|
upx cgminer.exe
|
|
upx cgminer.exe
|
|
rm -r /tmp/cgminer-gekko
|
|
rm -r /tmp/cgminer-gekko
|