]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - configure
linux-user, microblaze: add syscall table generation support
[thirdparty/qemu.git] / configure
index 62f5bb601b75b1e6093b25b924ab32e7494deaa3..720bb5a96c6273f3348e0b0e0c17b830ef5cf12e 100755 (executable)
--- a/configure
+++ b/configure
@@ -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 xtensa sh4 ; do
+for arch in alpha hppa m68k xtensa sh4 microblaze ; 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
@@ -7825,6 +7825,7 @@ case "$target_name" in
   ;;
   microblaze|microblazeel)
     TARGET_ARCH=microblaze
+    TARGET_SYSTBL_ABI=common
     bflt="yes"
     echo "TARGET_ABI32=y" >> $config_target_mak
   ;;