diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-03-19 18:31:17 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-09-22 19:04:02 +0200 |
commit | aaec2ad13b18086e2aaf9ca9152827c50e578bc0 (patch) | |
tree | e18a2b2eac49f25fcf7a11298db42eafee0f17d7 /toolchain/musl/patches/300-relative.patch | |
parent | da5bb885e17cf77caea70adcf473f1fb95448553 (diff) | |
download | upstream-aaec2ad13b18086e2aaf9ca9152827c50e578bc0.tar.gz upstream-aaec2ad13b18086e2aaf9ca9152827c50e578bc0.tar.bz2 upstream-aaec2ad13b18086e2aaf9ca9152827c50e578bc0.zip |
toolchain/musl: update to 1.2.2
This release introduces 64-bit time_t, which is needed to avoid the
year 2038 problem.
Remove upstream patches. Refreshed others.
Rebased features.h file based on latest musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'toolchain/musl/patches/300-relative.patch')
-rw-r--r-- | toolchain/musl/patches/300-relative.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/musl/patches/300-relative.patch b/toolchain/musl/patches/300-relative.patch index e34e60a09d..7e1eb7d6bc 100644 --- a/toolchain/musl/patches/300-relative.patch +++ b/toolchain/musl/patches/300-relative.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -215,7 +215,7 @@ $(DESTDIR)$(includedir)/%: $(srcdir)/inc +@@ -217,7 +217,7 @@ $(DESTDIR)$(includedir)/%: $(srcdir)/inc $(INSTALL) -D -m 644 $< $@ $(DESTDIR)$(LDSO_PATHNAME): $(DESTDIR)$(libdir)/libc.so |