On 2013-03-27 17:14, Aurelien Jarno wrote:
>+/* We only support generating code for 64-bit mode.  */
>+#if TCG_TARGET_REG_BITS != 64
>+#error "unsupported code generation mode"
>+#endif
>+
I don't know when the s390 support has been removed, but it has not been
removed from the configure script at that time. It looks better to me
doing so than adding the error message there.


Adjusting the configure script would be good (use the interpreter?),
but I think the error is good documentation.


r~

Reply via email to