Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-patches:master commit in: 2.95.3/gentoo/
Date: Mon, 03 Sep 2018 22:02:55
Message-Id: 1536012153.5c628ecf524dda00af2707c58f431ae6437ddc12.slyfox@gentoo
1 commit: 5c628ecf524dda00af2707c58f431ae6437ddc12
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 22:02:33 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 22:02:33 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=5c628ecf
7
8 2.95.3: cut new 1.5 patchset
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 2.95.3/gentoo/45_all_libexec-gcc-as.patch | 12 ++++++------
13 2.95.3/gentoo/README.history | 2 +-
14 2 files changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/2.95.3/gentoo/45_all_libexec-gcc-as.patch b/2.95.3/gentoo/45_all_libexec-gcc-as.patch
17 index e857363..0442313 100644
18 --- a/2.95.3/gentoo/45_all_libexec-gcc-as.patch
19 +++ b/2.95.3/gentoo/45_all_libexec-gcc-as.patch
20 @@ -2,9 +2,9 @@ Before gcc-3.4 assembler was supposed to be in /usr/lib/gcc-lib/<TARGET>
21 After gcc-3.4 assembler location moved to /usr/libexec/gcc/<TARGET>
22
23 Add gcc-3.4-style path.
24 ---- a/gcc/configure
25 -+++ b/gcc/configure
26 -@@ -8161,3 +8161,7 @@ elif test x$host = x$target; then
27 +--- a/gcc/configure.in
28 ++++ b/gcc/configure.in
29 +@@ -4010,3 +4010,7 @@ elif test x$host = x$target; then
30
31 - test_dirs="$test_prefix/lib/gcc-lib/$target/$gcc_version \
32 + test_dirs="$test_prefix/libexec/gcc/$target/$gcc_version \
33 @@ -13,9 +13,9 @@ Add gcc-3.4-style path.
34 + /usr/libexec/gcc/$target \
35 + $test_prefix/lib/gcc-lib/$target/$gcc_version \
36 $test_prefix/lib/gcc-lib/$target \
37 ---- a/gcc/configure.in
38 -+++ b/gcc/configure.in
39 -@@ -4010,3 +4010,7 @@ elif test x$host = x$target; then
40 +--- a/gcc/configure
41 ++++ b/gcc/configure
42 +@@ -8161,3 +8161,7 @@ elif test x$host = x$target; then
43
44 - test_dirs="$test_prefix/lib/gcc-lib/$target/$gcc_version \
45 + test_dirs="$test_prefix/libexec/gcc/$target/$gcc_version \
46
47 diff --git a/2.95.3/gentoo/README.history b/2.95.3/gentoo/README.history
48 index 403f128..a45bbcc 100644
49 --- a/2.95.3/gentoo/README.history
50 +++ b/2.95.3/gentoo/README.history
51 @@ -1,4 +1,4 @@
52 -1.5 TODO
53 +1.5 3 Sep 2018
54 + 44_all_gcc-texi.patch
55 + 45_all_libexec-gcc-as.patch
56 + 46_all_libexec-gcc-binutils.patch