patch-config_h_in 493 B

123456789101112131415
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- strace-4.5.18.orig/config.h.in 2008-08-28 23:36:28.000000000 +0200
  3. +++ strace-4.5.18/config.h.in 2009-01-02 21:24:05.414089778 +0100
  4. @@ -409,6 +409,11 @@
  5. /* Define for the AMD x86-64 architecture. */
  6. #undef X86_64
  7. +/* Define for the CRISv10 architecture. */
  8. +#undef CRISV10
  9. +
  10. +/* Define for the CRISv32 architecture. */
  11. +#undef CRISV32
  12. /* Enable GNU extensions on systems that have them. */
  13. #ifndef _GNU_SOURCE
  14. # undef _GNU_SOURCE