Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
cpuburn
> cpuburn-makefile.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File cpuburn-makefile.patch of Package cpuburn (Revision 5)
Currently displaying revision
5
,
show latest
--- Makefile.orig 2008-07-05 20:21:23.000000000 +0200 +++ Makefile 2008-07-05 20:22:07.000000000 +0200 @@ -1,3 +1,4 @@ +CC:=gcc all : burnP5 burnP6 burnK6 burnK7 burnBX burnMMX .S: - gcc -s -nostdlib -o $@ $< + $(CC) -s -nostdlib -o $@ $<