aboutsummaryrefslogtreecommitdiffstats
path: root/main/glib/mips-disable-objcopy-tests.patch
blob: 8947996ea5b34a5c40532fc678c476162fbd6029 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- glib-2.62.3.orig/gio/tests/meson.build
+++ glib-2.62.3/gio/tests/meson.build
@@ -579,7 +579,7 @@
   # LLVM once that support is in a stable release.
   objcopy = find_program('objcopy', required : false)
 
-  if build_machine.system() == 'linux' and cc.get_id() == 'gcc' and objcopy.found()
+  if build_machine.system() == 'linux' and cc.get_id() == 'gcc' and objcopy.found() and not build_machine.cpu_family().startswith('mips')
     test_gresource_binary = custom_target('test5.gresource',
       input : 'test5.gresource.xml',
       output : 'test5.gresource',