Re: [Qemu-devel] [PATCH 1/4] include/exec/poison: Add missing TARGET defines
On 19.06.2017 23:49, Richard Henderson wrote: > On 06/14/2017 12:21 PM, Thomas Huth wrote: >> #pragma GCC poison TARGET_CRIS >> #pragma GCC poison TARGET_LM32 > > Missing HPPA and TILEGX. Oh, looks like I missed the new defines from the -linux-user targets ... thanks for the hint, I'll send a
Re: [Qemu-devel] [PATCH 1/4] include/exec/poison: Add missing TARGET defines
On 06/14/2017 12:21 PM, Thomas Huth wrote: #pragma GCC poison TARGET_CRIS #pragma GCC poison TARGET_LM32 Missing HPPA and TILEGX. r~