linux-user: disable unicore32 linux-user build
commit5e2b40f7271cf9d02960944d5e0ce233a3dac5b7
authorRiku Voipio <riku.voipio@linaro.org>
Wed, 28 Sep 2016 00:33:23 +0000 (28 03:33 +0300)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 21 Oct 2016 12:20:14 +0000 (21 15:20 +0300)
tree8105b27fb25dfe4d8fac1baa6978cee5de2c7daf
parentf8d00fba27b8667c86b2277af9c2efede28c93c3
linux-user: disable unicore32 linux-user build

In order to cleanup linux-user, we need support for most relatively
modern syscalls. unicore32 lacks support for syscalls like
epoll_pwait, preventing cleaning up the CONFIG_EPOLL mess.

This patch can be reverted when unicore32 starts either supporting
the syscalls as defined in mainline kernel, or the oldabi interface
gains support for syscalls supported since at kernel 2.6.19 / glibc 2.6

Cc: MPRC <zhangheng@mprc.pku.edu.cn>
Cc: Xuetao Guan <gxt@mprc.pku.edu.cn>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
default-configs/unicore32-linux-user.mak [deleted file]