Skip to content

Commit

Permalink
linux-user: disable unicore32 linux-user build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Riku Voipio committed Oct 21, 2016
1 parent f8d00fb commit 5e2b40f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion default-configs/unicore32-linux-user.mak

This file was deleted.

0 comments on commit 5e2b40f

Please sign in to comment.