summaryrefslogtreecommitdiffstats
path: root/old/botan/src/timer/cpu_counter/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'old/botan/src/timer/cpu_counter/info.txt')
-rw-r--r--old/botan/src/timer/cpu_counter/info.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/old/botan/src/timer/cpu_counter/info.txt b/old/botan/src/timer/cpu_counter/info.txt
new file mode 100644
index 0000000..025663a
--- /dev/null
+++ b/old/botan/src/timer/cpu_counter/info.txt
@@ -0,0 +1,36 @@
+realname "Hardware Timer"
+
+define TIMER_HARDWARE
+
+load_on asm_ok
+
+<add>
+tm_hard.cpp
+tm_hard.h
+</add>
+
+<cc>
+gcc
+</cc>
+
+<arch>
+# RDTSC: Pentium and up
+i586
+i686
+athlon
+pentium4
+pentium-m
+amd64
+
+ppc # PPC timebase register
+ppc64 # PPC timebase register
+alpha # rpcc
+sparc64 # %tick register
+ia64 # ar.itc
+s390x
+hppa
+</arch>
+
+<requires>
+timer
+</requires>