From: Michael Jeanson Date: Thu, 5 Aug 2021 20:48:51 +0000 (-0400) Subject: fix: wrong define used for GCC version check X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=729b50db64128a0e61dca8851bb870c77a3253da;hp=729b50db64128a0e61dca8851bb870c77a3253da;p=lttng-tools.git fix: wrong define used for GCC version check As far as I can tell, the __GNUC_MAJOR__ define has never existed, the proper define for the major version is __GNUC__. See https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html for more details. Change-Id: I0d47d524e7efd204fd2f8976311c62e872eb6170 Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau ---