On 2/16/21 2:35 PM, Valentine wrote:
Hello, Helge!
I meant, to use:

#ifdef CONFIG_PA_RISC
  // PA-RISC code
#else
  // x86 code
#endif

Then if CONFIG_PA_RISC is not defined, the compilation will go as before 
without the need of toolchain modification.

Ok, understood.

But, of course, you're right, the difference is not that big.

Yes, there isn't any difference, because CONFIG_X86 is defined
as the default value in Kconfig anyway.
And, I wanted to keep the x86 code as first/default implementation.

That said, I can change it if people here want me to do (although
I'd prefer to keep it as is now).

Helge
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-le...@seabios.org

Reply via email to