This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Question on compatibility requirements between libatomic and gcc versions
- From: Matthew Malcomson <matthew dot malcomson at arm dot com>
- To: gcc at gcc dot gnu dot org
- Cc: nd <nd at arm dot com>
- Date: Wed, 22 Aug 2018 10:46:28 +0100
- Subject: Question on compatibility requirements between libatomic and gcc versions
Hello,
I would like to know what sort of version interoperability is supported
between libatomic and gcc.
Mainly I'm trying to nail down whether it's supported to use a program
compiled with a new version of gcc and linked to an older version of
libatomic.
I suspect this is supported, but wanted to know for certain either way.
Thanks,
Matthew