Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17626 )
Change subject: [thirdparty] fix building crcutil with GCC 10 ...................................................................... [thirdparty] fix building crcutil with GCC 10 This patch updates the version of crcutil used in Kudu's thirdparty. With this patch, it's now possible to build crcutil with GCC 10. Prior to this patch, version comparision didn't work properly for two-digits versions, so -msse2 and -mcrc32 flags would not be added when building with GCC 10. Change-Id: Ibaba794ce00eb64a29e8038a8a2f4883f35c975a Reviewed-on: http://gerrit.cloudera.org:8080/17626 Reviewed-by: Andrew Wong <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M thirdparty/vars.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Andrew Wong: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/17626 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ibaba794ce00eb64a29e8038a8a2f4883f35c975a Gerrit-Change-Number: 17626 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
