[ROSBE-UNIX] Looks like re2c isn't required after all, so don't depend on it.

This commit is contained in:
Colin Finck 2020-05-03 13:13:30 +02:00
parent 14c8cfdd80
commit 131941d5ad
No known key found for this signature in database
GPG Key ID: 1BA74E70456BA1A9

View File

@ -19,7 +19,7 @@ if [ "$CXX" == "" ]; then
fi
# RosBE Setup Variables
rs_needed_tools="as bzip2 find $CC $CXX grep m4 makeinfo python re2c tar" # GNU Make has a special check
rs_needed_tools="as bzip2 find $CC $CXX grep m4 makeinfo python tar" # 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"