]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- don't use TSC on x86, don't require i586
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 17 Nov 2003 22:01:17 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-notsc.patch -> 1.1

rpm-notsc.patch [new file with mode: 0644]

diff --git a/rpm-notsc.patch b/rpm-notsc.patch
new file mode 100644 (file)
index 0000000..17eb68a
--- /dev/null
@@ -0,0 +1,11 @@
+--- rpm-4.3/rpmio/rpmsw.c.orig 2003-04-10 20:09:13.000000000 +0200
++++ rpm-4.3/rpmio/rpmsw.c      2003-11-17 21:55:44.649426712 +0100
+@@ -27,7 +27,7 @@
+ /*@unchecked@*/
+ static int rpmsw_initialized = 0;
+-#if defined(__i386__)
++#if 0 && defined(__i386__)
+ /* Swiped from glibc-2.3.2 sysdeps/i386/i686/hp-timing.h */
+ #define       HP_TIMING_ZERO(Var)     (Var) = (0)
This page took 0.03555 seconds and 4 git commands to generate.