mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
Regenerate musl 1.1 using musl-chartable-tools
This commit is contained in:
parent
bd4051d110
commit
838051151c
5 changed files with 99 additions and 0 deletions
|
|
@ -5,6 +5,18 @@
|
|||
src_prepare() {
|
||||
default
|
||||
|
||||
# regenerate headers in src/ctype and src/iconv
|
||||
cd ../musl-chartable-tools-44d780e03e78efcb3168ceab068170206dc92e85
|
||||
patch -Np1 -i ../../files/cut.patch
|
||||
cd ctype
|
||||
CC=tcc make
|
||||
cp alpha.h punct.h nonspacing.h wide.h ../../musl-1.1.24/src/ctype/
|
||||
cd ../iconv
|
||||
CC=tcc make
|
||||
cp legacychars.h codepages.h jis0208.h gb18030.h hkscs.h ksc.h revjis.h \
|
||||
../../musl-1.1.24/src/locale/
|
||||
cd ../../musl-1.1.24
|
||||
|
||||
# tcc does not support complex types
|
||||
rm -rf src/complex
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue