On 5/17/22 20:07, Richard Henderson wrote:
Although I'm surprised we need to do this pipe thing. Surely just rely
on the assembler-with-cpp rule built into the compiler driver. Are we
using a custom AS in this case?
No, I don't think so. I'm also surprised, but decided to change as
little a
On 5/17/22 02:26, Paolo Bonzini wrote:
Just hardcode $(CC) -E, it should be enough.
Signed-off-by: Paolo Bonzini
---
configure | 3 ---
pc-bios/optionrom/Makefile | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
Reviewed-by: Richard Henderson
%.o: %.S
-
Just hardcode $(CC) -E, it should be enough.
Signed-off-by: Paolo Bonzini
---
configure | 3 ---
pc-bios/optionrom/Makefile | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/configure b/configure
index 0cc8c876f7..4c8954feea 100755
--- a/configure
+++ b/confi