mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-10-04 22:12:31 +00:00
Update d/changelog, patches
This commit is contained in:
parent
ade3cecb6b
commit
ce4f93f4ce
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
wasi-libc (0.0~git20200731.215adc8-1~exp1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* New upstream version needed by rustc 1.47.0.
|
||||||
|
|
||||||
|
-- Ximin Luo <infinity0@debian.org> Fri, 04 Sep 2020 17:28:30 +0100
|
||||||
|
|
||||||
wasi-libc (0.0~git20200319.9efc2f4-2) unstable; urgency=medium
|
wasi-libc (0.0~git20200319.9efc2f4-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Update to LLVM 10.
|
* Update to LLVM 10.
|
||||||
|
25
debian/patches/dont-rebuild-install.patch
vendored
25
debian/patches/dont-rebuild-install.patch
vendored
@ -1,15 +1,15 @@
|
|||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -408,6 +408,8 @@
|
@@ -399,6 +399,8 @@
|
||||||
# Remove selected header files.
|
# Remove selected header files.
|
||||||
$(RM) $(patsubst %,$(SYSROOT_INC)/%,$(MUSL_OMIT_HEADERS))
|
$(RM) $(patsubst %,$(SYSROOT_INC)/%,$(MUSL_OMIT_HEADERS))
|
||||||
|
|
||||||
+ touch $@
|
+ touch $@
|
||||||
+
|
+
|
||||||
ifeq ($(BUILD_LIBC_BOTTOM_HALF),no)
|
startup_files: include_dirs
|
||||||
override CRT_SOURCES = $(BASICS_CRT_SOURCES)
|
#
|
||||||
else
|
# Build the startup files.
|
||||||
@@ -424,12 +426,16 @@
|
@@ -409,6 +411,8 @@
|
||||||
mkdir -p "$(SYSROOT_LIB)" && \
|
mkdir -p "$(SYSROOT_LIB)" && \
|
||||||
mv *.o "$(SYSROOT_LIB)"
|
mv *.o "$(SYSROOT_LIB)"
|
||||||
|
|
||||||
@ -18,29 +18,28 @@
|
|||||||
libc: include_dirs \
|
libc: include_dirs \
|
||||||
$(SYSROOT_LIB)/libc.a \
|
$(SYSROOT_LIB)/libc.a \
|
||||||
$(SYSROOT_LIB)/libc-printscan-long-double.a \
|
$(SYSROOT_LIB)/libc-printscan-long-double.a \
|
||||||
$(SYSROOT_LIB)/libc-printscan-no-floating-point.a \
|
@@ -416,6 +420,8 @@
|
||||||
$(SYSROOT_LIB)/libwasi-emulated-mman.a
|
$(SYSROOT_LIB)/libwasi-emulated-mman.a \
|
||||||
|
$(SYSROOT_LIB)/libwasi-emulated-signal.a
|
||||||
|
|
||||||
+ touch $@
|
+ touch $@
|
||||||
+
|
+
|
||||||
finish: startup_files libc
|
finish: startup_files libc
|
||||||
#
|
#
|
||||||
# Create empty placeholder libraries.
|
# Create empty placeholder libraries.
|
||||||
@@ -500,6 +506,7 @@
|
@@ -500,9 +506,14 @@
|
||||||
#
|
#
|
||||||
# The build succeeded! The generated sysroot is in $(SYSROOT).
|
# The build succeeded! The generated sysroot is in $(SYSROOT).
|
||||||
#
|
#
|
||||||
+ touch $@
|
+ touch $@
|
||||||
|
|
||||||
check: finish
|
install: finish
|
||||||
# Check that the computed metadata matches the expected metadata.
|
|
||||||
@@ -510,4 +517,8 @@
|
|
||||||
mkdir -p "$(INSTALL_DIR)"
|
mkdir -p "$(INSTALL_DIR)"
|
||||||
cp -r "$(SYSROOT)/lib" "$(SYSROOT)/share" "$(SYSROOT)/include" "$(INSTALL_DIR)"
|
cp -r "$(SYSROOT)/lib" "$(SYSROOT)/share" "$(SYSROOT)/include" "$(INSTALL_DIR)"
|
||||||
|
|
||||||
-.PHONY: default startup_files libc finish check install include_dirs
|
-.PHONY: default startup_files libc finish install include_dirs
|
||||||
+clean:
|
+clean:
|
||||||
+ rm -f include_dirs startup_files libc finish
|
+ rm -f include_dirs startup_files libc finish
|
||||||
+ rm -rf build sysroot
|
+ rm -rf build sysroot
|
||||||
+
|
+
|
||||||
+.PHONY: default check install
|
+.PHONY: default install
|
||||||
|
1
debian/source/lintian-overrides
vendored
Normal file
1
debian/source/lintian-overrides
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
wasi-libc source: globbing-patterns-out-of-order * *
|
Loading…
Reference in New Issue
Block a user