wareck 3 years ago
parent
commit
daf25ea5d1
2 changed files with 5 additions and 2 deletions
  1. 3 1
      build_gekko.sh
  2. 2 1
      make_environement.sh

+ 3 - 1
build_gekko.sh

@@ -11,10 +11,11 @@ cd ..
 fi
 cd cgminer-gekko
 autoreconf -fi
-CFLAGS="-O2 -msse2" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-gekko
+CFLAGS="-W -Wall -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
 make
 strip cgminer.exe
+upx cgminer.exe
 mkdir /tmp/cgminer-gekko
 cp cgminer.exe /tmp/cgminer-gekko
 cp $folder/packages/gekko/manual.pdf /tmp/cgminer-gekko/
@@ -33,6 +34,7 @@ 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
 make
 strip cgminer.exe
+upx cgminer.exe
 rm -r /tmp/cgminer-gekko
 mkdir /tmp/cgminer-gekko
 cp cgminer.exe /tmp/cgminer-gekko

+ 2 - 1
make_environement.sh

@@ -2,7 +2,7 @@
 sudo apt-get update
 sudo apt-get upgrade -y
 sudo apt-get install -y lzip build-essential git autoconf autopoint bison flex gperf libtool libtool-bin python ruby scons unzip intltool p7zip-full libgtk2.0-dev libssl-dev -y
-sudo apt-get install -y lftp zip pv pixz
+sudo apt-get install -y lftp zip pv pixz upx
 cd /opt
 sudo git clone -n https://github.com/mxe/mxe.git
 cd mxe
@@ -15,5 +15,6 @@ echo 'export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/
 export PATH=/opt/mxe/usr/bin:$PATH
 export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/
 cd ~
+echo ""
 echo "environement ok"