mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/cpuburn to 1.4a-6
This commit is contained in:
parent
e995a16e5d
commit
1910a6154c
2 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Contributor: Filip Wojciechowski, filip at loka dot pl
|
||||
|
||||
|
@ -9,7 +8,7 @@ buildarch=4
|
|||
|
||||
pkgname=cpuburn
|
||||
pkgver=1.4a
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="CPU testing utilities in optimized assembler for maximum loading of CPUs"
|
||||
arch=('x86_64')
|
||||
url="https://launchpad.net/ubuntu/+source/cpuburn/"
|
||||
|
@ -18,7 +17,7 @@ depends=()
|
|||
source=("https://launchpad.net/ubuntu/+archive/primary/+files/cpuburn_$pkgver.orig.tar.gz"
|
||||
cpuburn.patch)
|
||||
md5sums=('a9e1df40c660324eb08e91847cbc41b9'
|
||||
'f3c77db7592ac02ee83958f07ceb8986')
|
||||
'30f0eb72a0cb061955ab8dee8551d451')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
all : burnP5 burnP6 burnK6 burnK7 burnBX burnMMX
|
||||
.S:
|
||||
- gcc -s -nostdlib -o $@ $<
|
||||
+ gcc -m32 -s -nostdlib -o $@ $<
|
||||
+ gcc -m32 -s -nostdlib -static -o $@ $<
|
||||
--- cpuburn-1.4.orig/burnK7.S
|
||||
+++ cpuburn-1.4/burnK7.S
|
||||
@@ -74,10 +74,9 @@
|
||||
|
|
Loading…
Reference in a new issue