From 9b346c400a05fe1316052cbaf1ded5cb7483f8ee Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 22 Oct 2019 13:01:56 +0200 Subject: [PATCH] Add 64bit mingw to README and full example --- .travis.yml.example-full | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml.example-full b/.travis.yml.example-full index d8c6ac0..0f31f88 100644 --- a/.travis.yml.example-full +++ b/.travis.yml.example-full @@ -61,7 +61,7 @@ matrix: - env: BASE=7.0 WINE=32 TEST=NO STATIC=YES compiler: mingw - - env: BASE=7.0 WINE=32 TEST=NO STATIC=NO + - env: BASE=7.0 WINE=64 TEST=NO STATIC=NO compiler: mingw # Cross-compilation to RTEMS diff --git a/README.md b/README.md index 24b757a..4cb7568 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ your setup. - Compile against different branches or releases of EPICS Base - Use different versions of compilers (gcc, clang) - - Cross-compile for Windows 32bit using MinGW and WINE + - Cross-compile for Windows 32bit and 64bit using MinGW and WINE - Cross-compile for RTEMS 4.9 and 4.10 - Compile on MacOS