1*4882a593Smuzhiyundiff -urN -x .git orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch 2*4882a593Smuzhiyun--- orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch 1970-01-01 09:00:00.000000000 +0900 3*4882a593Smuzhiyun+++ patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch 2020-08-07 11:22:49.344854508 +0900 4*4882a593Smuzhiyun@@ -0,0 +1,21 @@ 5*4882a593Smuzhiyun+diff -urN orig/config.sub patched/config.sub 6*4882a593Smuzhiyun+--- orig/config.sub 2008-07-05 06:43:08.000000000 +0900 7*4882a593Smuzhiyun++++ patched/config.sub 2020-08-07 11:19:25.948854937 +0900 8*4882a593Smuzhiyun+@@ -120,7 +120,7 @@ 9*4882a593Smuzhiyun+ # Here we must recognize all the valid KERNEL-OS combinations. 10*4882a593Smuzhiyun+ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 11*4882a593Smuzhiyun+ case $maybe_os in 12*4882a593Smuzhiyun+- nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ 13*4882a593Smuzhiyun++ nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | linux-musl* | \ 14*4882a593Smuzhiyun+ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ 15*4882a593Smuzhiyun+ storm-chaos* | os2-emx* | rtmk-nova*) 16*4882a593Smuzhiyun+ os=-$maybe_os 17*4882a593Smuzhiyun+@@ -1250,7 +1250,7 @@ 18*4882a593Smuzhiyun+ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 19*4882a593Smuzhiyun+ | -chorusos* | -chorusrdb* \ 20*4882a593Smuzhiyun+ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 21*4882a593Smuzhiyun+- | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ 22*4882a593Smuzhiyun++ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* | -linux-musl* \ 23*4882a593Smuzhiyun+ | -uxpv* | -beos* | -mpeix* | -udk* \ 24*4882a593Smuzhiyun+ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ 25*4882a593Smuzhiyun+ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ 26