commit 48b5a4f
hovercats
·
2024-09-20 20:05:52 +0000 UTC
parent ec74d8b
icu: static link libgcc and libstdc++
2 files changed,
+3,
-1
+2,
-0
1@@ -1,5 +1,7 @@
2 #!/bin/sh -e
3
4+export CXXFLAGS="$CXXFLAGS -static-libstdc++ -static-libgcc"
5+
6 # Change the order for checking installed compilers as
7 # the ccache clang symlink might exist, but clang might not be installed.
8 sed 's/clang gcc cc/cc clang gcc/g' icu4c/source/configure > _
+1,
-1
1@@ -1 +1 @@
2-74.2 1
3+74.2 2