Re: [Qemu-devel] [PATCH] optionrom: build with discrete CPP and AS steps

2013-01-09 Thread Brad Smith
On Sun, Jan 06, 2013 at 10:19:56AM +, Blue Swirl wrote: > Build option ROM .S files with separate preprocessor and > assembler steps because the C compiler could be unsuitable. > > Signed-off-by: Blue Swirl Can this please be commited? > --- > configure |7 ++- > rules.mak |7 +

[Qemu-devel] [PATCH] optionrom: build with discrete CPP and AS steps

2013-01-06 Thread Blue Swirl
Build option ROM .S files with separate preprocessor and assembler steps because the C compiler could be unsuitable. Signed-off-by: Blue Swirl --- configure |7 ++- rules.mak |7 +-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/configure b/configure index fe18e