WyvernTKC / cpuminer-gr-avx2

Optimised Version of GR miner for RTM
GNU General Public License v2.0
371 stars 193 forks source link

Set GCC flags dynamically based on its version #79

Closed dhiachou closed 3 years ago

dhiachou commented 3 years ago

Limit manual changes in winbuild-cross.sh to environment variables defined at the top of the file

michal-zurkowski commented 3 years ago

Cross-compile does not use local GCC so this kind of GCC version detection will not work.

dhiachou commented 3 years ago

Perhaps using ls /usr/lib/gcc/x86_64-w64-mingw32/ and then parsing its outputs with regex ?