aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-09-03 23:02:33 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-09-03 23:02:33 +0100
commit5c628ecf524dda00af2707c58f431ae6437ddc12 (patch)
treed577602ecd113dd03fec731ce2c4619274db2294
parentREADME.history: add history file (diff)
downloadgcc-patches-5c628ecf524dda00af2707c58f431ae6437ddc12.tar.gz
gcc-patches-5c628ecf524dda00af2707c58f431ae6437ddc12.tar.bz2
gcc-patches-5c628ecf524dda00af2707c58f431ae6437ddc12.zip
2.95.3: cut new 1.5 patchset
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--2.95.3/gentoo/45_all_libexec-gcc-as.patch12
-rw-r--r--2.95.3/gentoo/README.history2
2 files changed, 7 insertions, 7 deletions
diff --git a/2.95.3/gentoo/45_all_libexec-gcc-as.patch b/2.95.3/gentoo/45_all_libexec-gcc-as.patch
index e857363..0442313 100644
--- a/2.95.3/gentoo/45_all_libexec-gcc-as.patch
+++ b/2.95.3/gentoo/45_all_libexec-gcc-as.patch
@@ -2,9 +2,9 @@ Before gcc-3.4 assembler was supposed to be in /usr/lib/gcc-lib/<TARGET>
After gcc-3.4 assembler location moved to /usr/libexec/gcc/<TARGET>
Add gcc-3.4-style path.
---- a/gcc/configure
-+++ b/gcc/configure
-@@ -8161,3 +8161,7 @@ elif test x$host = x$target; then
+--- a/gcc/configure.in
++++ b/gcc/configure.in
+@@ -4010,3 +4010,7 @@ elif test x$host = x$target; then
- test_dirs="$test_prefix/lib/gcc-lib/$target/$gcc_version \
+ test_dirs="$test_prefix/libexec/gcc/$target/$gcc_version \
@@ -13,9 +13,9 @@ Add gcc-3.4-style path.
+ /usr/libexec/gcc/$target \
+ $test_prefix/lib/gcc-lib/$target/$gcc_version \
$test_prefix/lib/gcc-lib/$target \
---- a/gcc/configure.in
-+++ b/gcc/configure.in
-@@ -4010,3 +4010,7 @@ elif test x$host = x$target; then
+--- a/gcc/configure
++++ b/gcc/configure
+@@ -8161,3 +8161,7 @@ elif test x$host = x$target; then
- test_dirs="$test_prefix/lib/gcc-lib/$target/$gcc_version \
+ test_dirs="$test_prefix/libexec/gcc/$target/$gcc_version \
diff --git a/2.95.3/gentoo/README.history b/2.95.3/gentoo/README.history
index 403f128..a45bbcc 100644
--- a/2.95.3/gentoo/README.history
+++ b/2.95.3/gentoo/README.history
@@ -1,4 +1,4 @@
-1.5 TODO
+1.5 3 Sep 2018
+ 44_all_gcc-texi.patch
+ 45_all_libexec-gcc-as.patch
+ 46_all_libexec-gcc-binutils.patch