qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL v2 22/22] linux-user: disable unicore32 linux-user bu


From: riku . voipio
Subject: [Qemu-devel] [PULL v2 22/22] linux-user: disable unicore32 linux-user build
Date: Tue, 18 Oct 2016 16:21:50 +0300

From: Riku Voipio <address@hidden>

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 <address@hidden>
Cc: Xuetao Guan <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>
---
 default-configs/unicore32-linux-user.mak | 1 -
 1 file changed, 1 deletion(-)
 delete mode 100644 default-configs/unicore32-linux-user.mak

diff --git a/default-configs/unicore32-linux-user.mak 
b/default-configs/unicore32-linux-user.mak
deleted file mode 100644
index 6aafd21..0000000
--- a/default-configs/unicore32-linux-user.mak
+++ /dev/null
@@ -1 +0,0 @@
-# Default configuration for unicore32-linux-user
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]