Latest Developer Toolset for 6.0 onwards compatibility

Posted on

Hi,
I need to develop a C++ app that must run on any RHEL 6 and 7, starting from 6.0 until the latest 7.5.
Having a look at the developer toolset user guide, I see at the Compatibility Matrix that if I build my application using devtoolset-7 in a RHEL 6.7 machine it could be run on any other RHEL machine from 6.7 to 7.5.
If I use a RHEL 6.0 instead of the above to build my binaries, does it mean that the binary could run on any RHEL from 6.0 to 7.5?
Thanks!

Responses