patch-configure_ac 598 B

123456789101112131415161718
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- strace-4.5.18.orig/configure.ac 2008-08-28 23:15:56.000000000 +0200
  3. +++ strace-4.5.18/configure.ac 2009-01-02 21:24:05.482095139 +0100
  4. @@ -103,6 +103,14 @@ x86?64*)
  5. arch=x86_64
  6. AC_DEFINE([X86_64], 1, [Define for the AMD x86-64 architecture.])
  7. ;;
  8. +cris|crisv10)
  9. + arch=crisv10
  10. + AC_DEFINE([CRISV10], 1, [Define for the CRISv10 architecture.])
  11. + ;;
  12. +crisv32)
  13. + arch=crisv32
  14. + AC_DEFINE([CRISV32], 1, [Define for the CRISv32 architecture.])
  15. + ;;
  16. *)
  17. AC_MSG_RESULT([NO!])
  18. AC_MSG_ERROR([architecture $host_cpu is not supported by strace])