On Tue, 2022-08-30 14:43:11 +0800, liuzhensong wrote: > Running configure and make in binutils-gdb. [...] > diff --git a/gas/config/loongarch-lex-wrapper.c b/gas/config/loongarch-lex-wrapper.c > index 3bb0b14c680..4ddeeb73c9b 100644 > --- a/gas/config/loongarch-lex-wrapper.c > +++ b/gas/config/loongarch-lex-wrapper.c > @@ -16,5 +16,5 @@ > along with this program; see the file COPYING3. If not, > see . */ > > -#include "sysdep.h" > +#include "config.h" > #include "config/loongarch-lex.c" Confirmed: That fixes the build issue. Thanks, Jan-Benedict --