18 lines
462 B
Plaintext
18 lines
462 B
Plaintext
$NetBSD: patch-ar,v 1.2 2008/11/16 11:22:55 bjs Exp $
|
|
|
|
--- config/sysdeps/cycles.h.orig 2008-11-11 17:36:35.000000000 -0500
|
|
+++ 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
|