From: Riku Voipio Date: Wed, 28 Sep 2016 00:33:23 +0000 (+0300) Subject: linux-user: disable unicore32 linux-user build X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5e2b40f7271cf9d02960944d5e0ce233a3dac5b7;p=qemu.git 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 Cc: Xuetao Guan Signed-off-by: Riku Voipio --- diff --git a/default-configs/unicore32-linux-user.mak b/default-configs/unicore32-linux-user.mak deleted file mode 100644 index 6aafd21494..0000000000 --- a/default-configs/unicore32-linux-user.mak +++ /dev/null @@ -1 +0,0 @@ -# Default configuration for unicore32-linux-user