[ROSBE-UNIX] Look for find, bzip2 and tar

ROSBE-82
This commit is contained in:
Pierre Schweitzer 2019-04-27 15:09:21 +02:00
parent 48bc4831ee
commit 8b26f07c6b
No known key found for this signature in database
GPG Key ID: 7545556C3D585B0B

View File

@ -26,7 +26,7 @@ fi
# RosBE Setup Variables
rs_host_cflags="-pipe -O2 -Wl,-S -g0"
rs_needed_tools="as bison flex $CC $CXX grep makeinfo python" # GNU Make has a special check
rs_needed_tools="as bison flex $CC $CXX grep makeinfo python tar bzip2 find" # GNU Make has a special check
rs_needed_libs="zlib"
rs_target="i686-w64-mingw32"
rs_target_cflags="-pipe -O2 -Wl,-S -g0 -march=pentium -mtune=i686"