File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 5757# specify which build recipe to use. Not all recipes are supported on all targets.
5858# -gcc-5.2.0
5959# -gcc-7.1.0
60+ # -gcc-7.1.0r0
61+ # -gcc-7.1.0r2
6062# -gcc-7.3.0
6163# -gcc-8.1.0
6264#
@@ -254,11 +256,16 @@ get_mingww64_toolchain() {
254256 mingwbuildsrev=rev0
255257 mingwruntime=v5
256258 ;;
257- -gcc-7.1.0 )
259+ -gcc-7.1.0r2 )
258260 gccversion=7.1.0
259261 mingwbuildsrev=rev2
260262 mingwruntime=v5
261263 ;;
264+ -gcc-7.1.0|-gcc-7.1.0r0)
265+ gccversion=7.1.0
266+ mingwbuildsrev=rev0
267+ mingwruntime=v5
268+ ;;
262269 -gcc-5.2.0)
263270 gccversion=5.2.0
264271 mingwbuildsrev=rev0
@@ -544,7 +551,7 @@ libffibuild() {
544551
545552 # copy files from opt/lib/libffi-3.2.1
546553 case " $recipe " in
547- -gcc-7.1.0|-gcc-7.3.0|-gcc-8.1.0)
554+ -gcc-7.1.0|-gcc-7.1.0r0|-gcc-7.1.0r2|-gcc-7. 3.0|-gcc-8.1.0)
548555 mkdir -p ../input/$libffi_title /$target$recipe
549556 cp opt/lib/libffi-3.2.1/include/ffi.h ../input/$libffi_title /$target$recipe
550557 cp opt/lib/libffi-3.2.1/include/ffitarget.h ../input/$libffi_title /$target$recipe
You can’t perform that action at this time.
0 commit comments