diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-11 00:58:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-11 00:58:16 +0000 |
commit | 3c0d4e5257d4c4fe2b41b48c7a9c2bad6cbe8d4b (patch) | |
tree | 249b552017910a0dc5e702f70e99c3ebbbeda376 /sysutils/cpuburn | |
parent | 959ddb2e174fcc8703856a8718b3ebd41fe075d9 (diff) | |
download | ports-3c0d4e5257d4c4fe2b41b48c7a9c2bad6cbe8d4b.tar.gz ports-3c0d4e5257d4c4fe2b41b48c7a9c2bad6cbe8d4b.zip |
Notes
Diffstat (limited to 'sysutils/cpuburn')
-rw-r--r-- | sysutils/cpuburn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index 97772dee8c02..e87ad6436a29 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= CPU/memory stress testing utilities WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 PORTDOCS= README Design CPUS= BX K6 K7 MMX P5 P6 @@ -24,7 +24,7 @@ PLIST_FILES= ${CPUS:C+^+bin/burn+g} do-build: .for CPU in ${CPUS} - ${CC} -s -nostdlib -o ${WRKSRC}/burn${CPU} ${WRKSRC}/burn${CPU}.S + ${CC} -m32 -s -nostdlib -o ${WRKSRC}/burn${CPU} ${WRKSRC}/burn${CPU}.S .endfor do-install: |