diff options
Diffstat (limited to 'sysutils/cpuburn/Makefile')
-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: |