Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
bandwidth
> bandwidth-0.16-makefile.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File bandwidth-0.16-makefile.diff of Package bandwidth (Revision 19)
Currently displaying revision
19
,
show latest
--- Makefile.orig 2009-01-25 15:14:22.000000000 +0100 +++ Makefile 2009-08-02 13:57:00.000000000 +0200 @@ -9,7 +9,7 @@ bandwidth32: main.c routines32.s nasm -f elf routines32.s -o routines32.o - ${CC} -march=80486 routines32.o main.c ${CFLAGS} -o bandwidth32 + ${CC} -march=i686 routines32.o main.c ${CFLAGS} -o bandwidth32 clean: rm -f bandwidth bandwidth32 bandwidth64 routines.o