diff options
| author | Laurent Vivier | 2020-03-10 11:33:47 +0100 |
|---|---|---|
| committer | Laurent Vivier | 2020-03-20 16:02:00 +0100 |
| commit | a4a9359253f5ee4fd419c3164940cfcfe9635e45 (patch) | |
| tree | c1772ee47b95e2302babaa851421fda916978505 /configure | |
| parent | linux-user, m68k: add syscall table generation support (diff) | |
| download | qemu-a4a9359253f5ee4fd419c3164940cfcfe9635e45.tar.gz qemu-a4a9359253f5ee4fd419c3164940cfcfe9635e45.tar.xz qemu-a4a9359253f5ee4fd419c3164940cfcfe9635e45.zip | |
linux-user, xtensa: add syscall table generation support
Copy syscall.tbl and syscallhdr.sh from linux/arch/xtensa/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-6-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1889,7 +1889,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 ; do +for arch in alpha hppa m68k xtensa ; 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 @@ -7916,6 +7916,7 @@ case "$target_name" in ;; xtensa|xtensaeb) TARGET_ARCH=xtensa + TARGET_SYSTBL_ABI=common bflt="yes" mttcg="yes" ;; |
