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