[-]
[+]
|
Changed |
bandwidth.spec
|
|
[-]
[+]
|
Added |
bandwidth-0.15-makefile.diff
^
|
@@ -0,0 +1,17 @@
+--- Makefile.orig 2008-07-13 21:56:49.000000000 +0200
++++ Makefile 2008-07-13 21:57:46.000000000 +0200
+@@ -2,8 +2,12 @@
+ CFLAGS=
+ CC=gcc
+
+-bandwidth: main.c routines.s
+- nasm -f elf routines.s -o routines.o
++bandwidth32: main.c routines.s
++ nasm -f elf32 routines.s -o routines.o
++ ${CC} routines.o main.c ${CFLAGS} -o bandwidth
++
++bandwidth64: main.c routines.s
++ nasm -f elf64 routines.s -o routines.o
+ ${CC} routines.o main.c ${CFLAGS} -o bandwidth
+
+ clean:
|
[-]
[+]
|
Added |
bandwidth-0.16-makefile.diff
^
|
@@ -0,0 +1,11 @@
+--- 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
|
[-]
[+]
|
Deleted |
bandwidth-makefile.diff
^
|
@@ -1,17 +0,0 @@
---- Makefile.orig 2008-07-13 21:56:49.000000000 +0200
-+++ Makefile 2008-07-13 21:57:46.000000000 +0200
-@@ -2,8 +2,12 @@
- CFLAGS=
- CC=gcc
-
--bandwidth: main.c routines.s
-- nasm -f elf routines.s -o routines.o
-+bandwidth32: main.c routines.s
-+ nasm -f elf32 routines.s -o routines.o
-+ ${CC} routines.o main.c ${CFLAGS} -o bandwidth
-+
-+bandwidth64: main.c routines.s
-+ nasm -f elf64 routines.s -o routines.o
- ${CC} routines.o main.c ${CFLAGS} -o bandwidth
-
- clean:
|
|
Added |
bandwidth-0.16.tar.gz
^
|