Skip to content

OpenWatcom: Enable 16-bit targets

Jiri Malak requested to merge (removed):patch-7 into master

Up to now CMake used OpenWatcom 32-bit target tools only.

This fix enable to use OpenWatcom 16-bit target tools too.

If CMAKE_SYSTEM_PROCESSOR(cross-compilation) is 'I86' then OpenWatcom tools for 16-bit targets are used.

Edited by Brad King

Merge request reports