diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-08-08 00:08:21 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-08-08 00:08:21 +0000 |
commit | cdda09ffa299176e75e9e125992636073bce3c59 (patch) | |
tree | 0443b52fa4c1133ff75a9ffd8486d43303dae692 /benchmarks/iozone/files/patch-ab | |
parent | Remove two files that aren't installed anymore. (diff) |
Reroll the md5, the FTP site seems to have been updated as of 8/03/1999
While I'm here, strip the binary and make this port respect CFLAGS.
Diffstat (limited to '')
-rw-r--r-- | benchmarks/iozone/files/patch-ab | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/benchmarks/iozone/files/patch-ab b/benchmarks/iozone/files/patch-ab new file mode 100644 index 000000000000..c0e74fa70fba --- /dev/null +++ b/benchmarks/iozone/files/patch-ab @@ -0,0 +1,22 @@ +--- makefile.orig Tue Aug 3 11:25:05 1999 ++++ makefile Sat Aug 7 20:04:01 1999 +@@ -195,7 +195,7 @@ + # + + freebsd: iozone_freebsd.o libbif.o +- cc -O -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DSHARED_MEM \ ++ cc ${CFLAGS} -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DSHARED_MEM \ + iozone_freebsd.o libbif.o -o iozone + # + # +@@ -411,8 +411,8 @@ + @echo "" + @echo "Build Iozone for FreeBSD" + @echo "" +- cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ ++ cc -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ + -DSHARED_MEM iozone.c -o iozone_freebsd.o +- cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ ++ cc -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ + -DSHARED_MEM libbif.c -o libbif.o + |