[SeaBIOS] Re: [PATCH] build: Allow to use cross C preprocessor

2019-01-29 Thread Kevin O'Connor
On Fri, Jan 25, 2019 at 06:55:10PM +0300, Roman Bolshakov wrote: > An attempt to cross-compile SeaBIOS on macOS can fail because host C > preprocessor doesn't comprehend the command line options: > > Compiling IASL src/fw/acpi-dsdt.hex > cpp -P -MD -MT src/fw/acpi-dsdt.hex src/fw/acpi-dsdt.dsl -

[SeaBIOS] Re: [PATCH] build: Allow to use cross C preprocessor

2019-01-28 Thread Roman Bolshakov
On Mon, Jan 28, 2019 at 01:29:14PM +0100, Paul Menzel wrote: > Dear Roman, > > > On 01/25/19 16:55, Roman Bolshakov wrote: > > An attempt to cross-compile SeaBIOS on macOS can fail because host C > > preprocessor doesn't comprehend the command line options: > > > > Compiling IASL src/fw/acpi-d

[SeaBIOS] Re: [PATCH] build: Allow to use cross C preprocessor

2019-01-28 Thread Paul Menzel
Dear Roman, On 01/25/19 16:55, Roman Bolshakov wrote: > An attempt to cross-compile SeaBIOS on macOS can fail because host C > preprocessor doesn't comprehend the command line options: > > Compiling IASL src/fw/acpi-dsdt.hex > cpp -P -MD -MT src/fw/acpi-dsdt.hex src/fw/acpi-dsdt.dsl -o > out/

[SeaBIOS] Re: [PATCH] build: Allow to use cross C preprocessor

2019-01-28 Thread Philippe Mathieu-Daudé
On 1/25/19 4:55 PM, Roman Bolshakov wrote: > An attempt to cross-compile SeaBIOS on macOS can fail because host C > preprocessor doesn't comprehend the command line options: > > Compiling IASL src/fw/acpi-dsdt.hex > cpp -P -MD -MT src/fw/acpi-dsdt.hex src/fw/acpi-dsdt.dsl -o > out/src/fw/acpi-d