Re: [PATCH] libgomp: enable linux-futex on riscv64

2021-01-18 Thread Jakub Jelinek via Gcc-patches
On Mon, Jan 18, 2021 at 03:04:11PM +0100, Andreas Schwab wrote: > Regtested on riscv64-suse-linux. > > libgomp/ > * configure.tgt (riscv64*-*-linux*): Add linux to config_path. Ok, thanks. > --- a/libgomp/configure.tgt > +++ b/libgomp/configure.tgt > @@ -64,6 +64,10 @@ if test x$enable_lin

[PATCH] libgomp: enable linux-futex on riscv64

2021-01-18 Thread Andreas Schwab
Regtested on riscv64-suse-linux. libgomp/ * configure.tgt (riscv64*-*-linux*): Add linux to config_path. --- libgomp/configure.tgt | 4 1 file changed, 4 insertions(+) diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index be06be0e52b..fe2bf1dac51 100644 --- a/libgomp/conf