libfolly: Fix compilation for older ARM platforms
authorRosen Penev <rosenp@gmail.com>
Mon, 17 Jun 2019 18:32:52 +0000 (11:32 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 17 Jun 2019 19:29:37 +0000 (12:29 -0700)
commit2838fbc38db60c686bf6cd9f1b361d3b50326fd1
treed0842ec8888684afa446393115c1c7aa8757054e
parent45d2000f9caed2d797199dcfbaaac120dce00d99
libfolly: Fix compilation for older ARM platforms

ARM6 and below do not support the yield instruction. Do not use it there.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libfolly/Makefile
libs/libfolly/patches/103-arm-yield.patch [new file with mode: 0644]