blob: 7a7f23f09560051e7b56d385a7d4c68c401970ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ar,v 1.1 2008/07/31 03:58:05 bjs Exp $
--- config/sysdeps/cycles.h.orig 2008-07-27 08:50:27.000000000 -0400
+++ config/sysdeps/cycles.h
@@ -1,7 +1,11 @@
#ifndef _jack_sysdep_cycles_h_
#define _jack_sysdep_cycles_h_
-#if defined(__i386__)
+#ifdef __alpha__
+
+#include <config/cpu/alpha/cycles.h>
+
+#elif defined(__i386__)
/* technically, i386 doesn't have a cycle counter, but
running JACK on a real i386 seems like a ridiculuous
|