commit e6b02b6

hovercats  ·  2024-01-07 01:11:31 +0000 UTC
parent b030f99
gcc: include c11 script
4 files changed,  +5, -0
+1, -0
1@@ -65,6 +65,7 @@ ln -sf x86_64-linux-musl-gcc "$1/bin/x86_64-linux-musl-cc"
2 ln -sf x86_64-linux-musl-gcc-ar "$1/bin/x86_64-linux-musl-ar"
3 ln -sf x86_64-linux-musl-gcc-ranlib "$1/bin/x86_64-linux-musl-ranlib"
4 cp -f ../c99 "$1/bin"
5+cp -f ../c11 "$1/bin"
6 
7 # Compress manpages
8 gzip -9 -n "$1/share/man/man*/*"
+1, -0
1@@ -3,3 +3,4 @@ fffe4996713928ae19331c8ef39129e46d3bf5b7182820656fd4639435cd83a40d
2 f428023b8f7569fc1178faf63265ecb6cab4505fc3fce5d8c46af70db848a3342b
3 86d083c43c08e98d4470c006a01e0df727c8ff56ddd2956b170566ba8c9a46de74
4 0930e07dc2c5bf1172f3fd003a1be7abc3c0c420ce5bd76bc2e514c63800adcb72
5+b66c924fa4336b09809ac4206873bb6527b58d681a69fa4cc057aab14b87b087c3
+2, -0
1@@ -0,0 +1,2 @@
2+#!/bin/sh
3+exec cc -std=c11 "$@"
+1, -0
1@@ -3,3 +3,4 @@ https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz gcc/gmp
2 https://www.mpfr.org/mpfr-current/mpfr-4.2.1.tar.xz gcc/mpfr
3 https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz gcc/mpc
4 files/c99
5+files/c11