diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-04-24 05:44:24 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-04-24 05:44:24 +0000 |
commit | eaec4fbb26915c30ef1b72f52d6e295e9eba97f1 (patch) | |
tree | 278777f2eeb626f15a7d0eb17d36ef16f737f579 /dev-util/ccache/files | |
parent | Version bump. (diff) | |
download | gentoo-2-eaec4fbb26915c30ef1b72f52d6e295e9eba97f1.tar.gz gentoo-2-eaec4fbb26915c30ef1b72f52d6e295e9eba97f1.tar.bz2 gentoo-2-eaec4fbb26915c30ef1b72f52d6e295e9eba97f1.zip |
Fix -Wp,MMD test failure with gcc-4.8 and correct patch name.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'dev-util/ccache/files')
-rw-r--r-- | dev-util/ccache/files/ccache-3.1.9-test-gcc-4.8.patch (renamed from dev-util/ccache/files/ccache-3.1.9-test-gcc-3.8.patch) | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-util/ccache/files/ccache-3.1.9-test-gcc-3.8.patch b/dev-util/ccache/files/ccache-3.1.9-test-gcc-4.8.patch index 4fb654c957f9..2a28baf02984 100644 --- a/dev-util/ccache/files/ccache-3.1.9-test-gcc-3.8.patch +++ b/dev-util/ccache/files/ccache-3.1.9-test-gcc-4.8.patch @@ -54,24 +54,6 @@ index 3ed9069..3e38387 100755 rm -f other.d -@@ -698,7 +701,7 @@ EOF - checkstat 'cache hit (direct)' 0 - checkstat 'cache hit (preprocessed)' 0 - checkstat 'cache miss' 1 -- checkfile other.d "test.o: test.c test1.h test3.h test2.h" -+ checkfile other.d "$expected_d_content" - - rm -f other.d - -@@ -706,7 +709,7 @@ EOF - checkstat 'cache hit (direct)' 1 - checkstat 'cache hit (preprocessed)' 0 - checkstat 'cache miss' 1 -- checkfile other.d "test.o: test.c test1.h test3.h test2.h" -+ checkfile other.d "$expected_d_content" - - rm -f other.d - @@ -760,7 +763,7 @@ EOF checkstat 'cache hit (direct)' 0 checkstat 'cache hit (preprocessed)' 0 |