Re: [PATCH] Include i386asm.h using i386/i386/i386.asm.h

2023-01-30 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le lun. 30 janv. 2023 02:22:14 -0500, a ecrit: > If we 1) build for x86_64 and 2) build in a separate directory, we will not > have > -Ii386 (-Ix86_64 instead) hence this file won't be found since it is > autogenerated. > --- > i386/i386at/int_init.c | 2 +- > 1 fi

[PATCH] Include i386asm.h using i386/i386/i386.asm.h

2023-01-29 Thread Flavio Cruz
If we 1) build for x86_64 and 2) build in a separate directory, we will not have -Ii386 (-Ix86_64 instead) hence this file won't be found since it is autogenerated. --- i386/i386at/int_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i386/i386at/int_init.c b/i386/i386at/