summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Vivier2020-03-10 11:33:56 +0100
committerLaurent Vivier2020-03-20 16:02:00 +0100
commit289881175d05f1c35e8cf86b9de2757ef6410a69 (patch)
tree4da0e991fd1aeadeeb258b810ca0ffcead169857 /configure
parentlinux-user, x86_64, i386: cleanup TARGET_NR_arch_prctl (diff)
downloadqemu-289881175d05f1c35e8cf86b9de2757ef6410a69.tar.gz
qemu-289881175d05f1c35e8cf86b9de2757ef6410a69.tar.xz
qemu-289881175d05f1c35e8cf86b9de2757ef6410a69.zip
linux-user, i386: add syscall table generation support
Copy syscall_32.tbl and syscallhdr.sh from linux/arch/x86/kernel/syscalls v5.5 Update syscallhdr.sh to generate QEMU syscall_nr.h Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> Message-Id: <20200310103403.3284090-15-laurent@vivier.eu> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 0f063c368f..84bedad04b 100755
--- a/configure
+++ b/configure
@@ -1890,7 +1890,7 @@ rm -f */config-devices.mak.d
# Remove syscall_nr.h to be sure they will be regenerated in the build
# directory, not in the source directory
for arch in alpha hppa m68k xtensa sh4 microblaze arm ppc s390x sparc sparc64 \
- ; do
+ i386 ; do
# remove the file if it has been generated in the source directory
rm -f "${source_path}/linux-user/${arch}/syscall_nr.h"
# remove the dependency files
@@ -7788,6 +7788,7 @@ case "$target_name" in
i386)
mttcg="yes"
gdb_xml_files="i386-32bit.xml"
+ TARGET_SYSTBL_ABI=i386
;;
x86_64)
TARGET_BASE_ARCH=i386