summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-04-01 16:27:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-02 16:12:04 +0200
commit5f6b036e779c710f962b8f81f01b07a68af4d0cb (patch)
tree3cbd72577770862102753956961f59365ffcd37a /patches
parent3b3596d6a47f1a8f2738a51e93ae56d97c48d6f0 (diff)
downloadOSELAS.Toolchain-5f6b036e779c710f962b8f81f01b07a68af4d0cb.tar.gz
OSELAS.Toolchain-5f6b036e779c710f962b8f81f01b07a68af4d0cb.tar.xz
glibc: version bump 2.28 -> 2.29
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/glibc-2.29/0100-add-install-lib-all-target.patch (renamed from patches/glibc-2.28/0100-add-install-lib-all-target.patch)4
-rw-r--r--patches/glibc-2.29/0101-don-t-regen-docs-if-perl-is-not-found.patch (renamed from patches/glibc-2.28/0101-don-t-regen-docs-if-perl-is-not-found.patch)12
-rw-r--r--patches/glibc-2.29/0200-Hack-around-mips-args-to-host-gcc.patch (renamed from patches/glibc-2.28/0200-Hack-around-mips-args-to-host-gcc.patch)0
-rw-r--r--patches/glibc-2.29/series (renamed from patches/glibc-2.28/series)0
4 files changed, 8 insertions, 8 deletions
diff --git a/patches/glibc-2.28/0100-add-install-lib-all-target.patch b/patches/glibc-2.29/0100-add-install-lib-all-target.patch
index 4dccbf9..16e024c 100644
--- a/patches/glibc-2.28/0100-add-install-lib-all-target.patch
+++ b/patches/glibc-2.29/0100-add-install-lib-all-target.patch
@@ -16,10 +16,10 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
1 file changed, 6 insertions(+)
diff --git a/Makerules b/Makerules
-index a10a0b4d7021..8eee60e24306 100644
+index 83bdd3a44d0d..7ce7ef401451 100644
--- a/Makerules
+++ b/Makerules
-@@ -1014,6 +1014,12 @@ installed-libcs := $(foreach o,$(filter-out .os,$(object-suffixes-for-libc)),\
+@@ -944,6 +944,12 @@ installed-libcs := $(foreach o,$(filter-out .os,$(object-suffixes-for-libc)),\
$(inst_libdir)/$(patsubst %,$(libtype$o),\
$(libprefix)$(libc-name)))
diff --git a/patches/glibc-2.28/0101-don-t-regen-docs-if-perl-is-not-found.patch b/patches/glibc-2.29/0101-don-t-regen-docs-if-perl-is-not-found.patch
index 346c8ff..866164d 100644
--- a/patches/glibc-2.28/0101-don-t-regen-docs-if-perl-is-not-found.patch
+++ b/patches/glibc-2.29/0101-don-t-regen-docs-if-perl-is-not-found.patch
@@ -15,16 +15,16 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
1 file changed, 5 insertions(+)
diff --git a/manual/Makefile b/manual/Makefile
-index c2756640a785..8b0b178152a5 100644
+index 4f76ee85d285..7fd1ee5251f4 100644
--- a/manual/Makefile
+++ b/manual/Makefile
-@@ -101,9 +101,14 @@ $(objpfx)dir-add.texi: xtract-typefun.awk $(texis-path)
- $(objpfx)libm-err.texi: $(objpfx)stamp-libm-err
- $(objpfx)stamp-libm-err: libm-err-tab.pl $(wildcard $(foreach dir,$(sysdirs),\
- $(dir)/libm-test-ulps))
+@@ -102,9 +102,14 @@ $(objpfx)libm-err.texi: $(objpfx)stamp-libm-err
+ $(objpfx)stamp-libm-err: $(..)math/gen-libm-test.py \
+ $(wildcard $(foreach dir,$(sysdirs),\
+ $(dir)/libm-test-ulps))
+ifneq ($(PERL),no)
pwd=`pwd`; \
- $(PERL) $< $$pwd/.. > $(objpfx)libm-err-tmp
+ $(PYTHON) $< -s $$pwd/.. -m $(objpfx)libm-err-tmp
$(move-if-change) $(objpfx)libm-err-tmp $(objpfx)libm-err.texi
+else
+ echo "Unable to rebuild math docs, no perl installed"
diff --git a/patches/glibc-2.28/0200-Hack-around-mips-args-to-host-gcc.patch b/patches/glibc-2.29/0200-Hack-around-mips-args-to-host-gcc.patch
index 5cc5c41..5cc5c41 100644
--- a/patches/glibc-2.28/0200-Hack-around-mips-args-to-host-gcc.patch
+++ b/patches/glibc-2.29/0200-Hack-around-mips-args-to-host-gcc.patch
diff --git a/patches/glibc-2.28/series b/patches/glibc-2.29/series
index da5b65b..da5b65b 100644
--- a/patches/glibc-2.28/series
+++ b/patches/glibc-2.29/series