On Thu, Sep 29, 2022, Andrew Jones wrote: > On Wed, Sep 28, 2022 at 11:36:46PM +0000, Sean Christopherson wrote: > > @@ -232,6 +235,12 @@ $(LIBKVM_C_OBJ): $(OUTPUT)/%.o: %.c > > $(LIBKVM_S_OBJ): $(OUTPUT)/%.o: %.S > > $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c $< -o $@ > > > > +# Compile the string overrides as freestanding to prevent the compiler from > > +# generating self-referential code, e.g. with "freestanding" the compiler may > ^ without Oof, good eyes. Thanks!