]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix compilation on CentOS 6 (i386)
authorMichał Kępień <michal@isc.org>
Mon, 26 Nov 2018 09:57:14 +0000 (10:57 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 26 Nov 2018 09:57:14 +0000 (10:57 +0100)
commit62ca7743ae8fadca394164d6934599ecfff746da
treeac073ea6a4eeda67d32151cae25a661fe358eedb
parent7e4ed9f8ad6f54ae6f20c851bd488676a9479745
Fix compilation on CentOS 6 (i386)

The stock toolchain available on CentOS 6 for i386 is unable to use the
_mm_pause() intrinsic.  Fix by using "rep; nop" assembly instructions on
that platform instead.
lib/isc/rwlock.c