diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-09-12 02:48:54 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-09-12 02:48:54 +0000 |
commit | ae475e0a842c087e4b358db38ad101229b8d4607 (patch) | |
tree | 9687cc92a94d590fe38fc158db4cb674c399c1d1 /app-benchmarks/iozone | |
parent | Move nvidia maskings after arch-specific inheritance (diff) | |
download | gentoo-2-ae475e0a842c087e4b358db38ad101229b8d4607.tar.gz gentoo-2-ae475e0a842c087e4b358db38ad101229b8d4607.tar.bz2 gentoo-2-ae475e0a842c087e4b358db38ad101229b8d4607.zip |
Cleaning out unused patch
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-benchmarks/iozone')
-rw-r--r-- | app-benchmarks/iozone/ChangeLog | 6 | ||||
-rw-r--r-- | app-benchmarks/iozone/files/iozone-3.226-ppc64.patch | 38 |
2 files changed, 5 insertions, 39 deletions
diff --git a/app-benchmarks/iozone/ChangeLog b/app-benchmarks/iozone/ChangeLog index 7e1309c065ca..8ec0b394d9dd 100644 --- a/app-benchmarks/iozone/ChangeLog +++ b/app-benchmarks/iozone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-benchmarks/iozone # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/ChangeLog,v 1.38 2009/04/30 17:25:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/ChangeLog,v 1.39 2009/09/12 02:48:41 vostorga Exp $ + + 12 Sep 2009; Víctor Ostorga <vostorga@gentoo.org> + -files/iozone-3.226-ppc64.patch: + Cleaning out unused patch 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -iozone-3.315.ebuild: Remove old diff --git a/app-benchmarks/iozone/files/iozone-3.226-ppc64.patch b/app-benchmarks/iozone/files/iozone-3.226-ppc64.patch deleted file mode 100644 index 55a37e9d840f..000000000000 --- a/app-benchmarks/iozone/files/iozone-3.226-ppc64.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- src/current/makefile.orig 2005-01-09 10:25:35.580175176 +0100 -+++ src/current/makefile 2005-01-09 12:27:35.732213656 +0100 -@@ -175,6 +175,16 @@ - -D_LARGEFILE64_SOURCE -Dlinux \ - iozone_linux-powerpc.o libasync.o libbif.o -lpthread \ - -lrt -o iozone -+ -+# -+# GNU 'C' compiler Linux build for powerpc chip with threads, largefiles, async I/O -+# -+linux-powerpc64: iozone_linux-powerpc64.o libbif.o libasync.o -+ $(CC) -O3 -Dunix -DHAVE_ANSIC_C -DSHARED_MEM -DASYNC_IO \ -+ -D_LARGEFILE64_SOURCE -Dlinux \ -+ iozone_linux-powerpc64.o libasync.o libbif.o -lpthread \ -+ -lrt -o iozone -+ - # - # GNU 'C' compiler Linux build for sparc chip with threads, largefiles, async I/O - # -@@ -625,6 +635,18 @@ - $(CC) -c -O3 -Dunix -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \ - -D_LARGEFILE64_SOURCE $(CFLAGS) libasync.c -o libasync.o - -+iozone_linux-powerpc64.o: iozone.c libbif.c libasync.c -+ @echo "" -+ @echo "Building iozone for Linux PowerPC64" -+ @echo "" -+ $(CC) -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DNAME='"linux-powerpc64"' \ -+ -DSHARED_MEM -Dlinux -D_LARGEFILE64_SOURCE $(CFLAGS) iozone.c \ -+ -o iozone_linux-powerpc64.o -+ $(CC) -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -D_LARGEFILE64_SOURCE \ -+ -DSHARED_MEM -Dlinux $(CFLAGS) libbif.c -o libbif.o -+ $(CC) -c -O3 -Dunix -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \ -+ -D_LARGEFILE64_SOURCE $(CFLAGS) libasync.c -o libasync.o -+ - iozone_linux-sparc.o: iozone.c libbif.c libasync.c - @echo "" - @echo "Building iozone for Linux Sparc" |