You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
512 B

  1. --- a/glib/valgrind.h 2019-12-12 14:53:26.000200499 +0100
  2. +++ b/glib/valgrind.h 2019-12-12 14:49:45.056163300 +0100
  3. @@ -157,7 +157,7 @@
  4. # define PLAT_s390x_linux 1
  5. #elif defined(__linux__) && defined(__mips__) && (__mips==64)
  6. # define PLAT_mips64_linux 1
  7. -#elif defined(__linux__) && defined(__mips__) && (__mips!=64)
  8. +#elif defined(__linux__) && defined(__mips__) && (__mips!=64) && !defined(__mips16)
  9. # define PLAT_mips32_linux 1
  10. #elif defined(__sun) && defined(__i386__)
  11. # define PLAT_x86_solaris 1