On Mon, 4 Dec 2017, Allan Jude wrote:
Log:
Use __has_builtin() to ensure clz and clzll builtins are available
The existing check of the GCC version number is not sufficient
It also checked a wrong version number, and still doesn't.
This fixes the build on sparc64 in preparation for integ
Author: allanjude
Date: Mon Dec 4 01:16:26 2017
New Revision: 326506
URL: https://svnweb.freebsd.org/changeset/base/326506
Log:
Use __has_builtin() to ensure clz and clzll builtins are available
The existing check of the GCC version number is not sufficient
This fixes the build on spa