diff options
Diffstat (limited to 'emulators/qemu-user-static-devel/files/patch-tests_fp_meson.build')
-rw-r--r-- | emulators/qemu-user-static-devel/files/patch-tests_fp_meson.build | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/qemu-user-static-devel/files/patch-tests_fp_meson.build b/emulators/qemu-user-static-devel/files/patch-tests_fp_meson.build new file mode 100644 index 000000000000..97fa56ae9bf7 --- /dev/null +++ b/emulators/qemu-user-static-devel/files/patch-tests_fp_meson.build @@ -0,0 +1,15 @@ +Disable "fp" tests since they live in a subrepo and are not fetched during +"make fetch" + +--- tests/fp/meson.build.orig 2021-05-11 21:34:33 UTC ++++ tests/fp/meson.build +@@ -1,8 +1,4 @@ +-# There are namespace pollution issues on Windows, due to osdep.h +-# bringing in Windows headers that define a FLOAT128 type. +-if targetos == 'windows' +- subdir_done() +-endif ++subdir_done() + + fpcflags = [ + # softfloat defines |