File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2424 run : |
2525 set -ex
2626
27- GCC_VERSION=14 .2.0
27+ GCC_VERSION=15 .2.0
2828
29- for i in aarch64 loongarch64 riscv64; do
29+ for i in aarch64 loongarch64 riscv64 x86_64 i386 ; do
3030 wget https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/$GCC_VERSION/x86_64-gcc-$GCC_VERSION-nolibc-$i-linux.tar.gz
3131 tar -xf x86_64-gcc-$GCC_VERSION-nolibc-$i-linux.tar.gz
3232 export PATH="$(pwd -P)"/gcc-$GCC_VERSION-nolibc/$i-linux/bin:"$PATH"
3838
3939 export PACKAGES_PATH="$(pwd -P)"/edk2
4040
41+ export GCC5_IA32_PREFIX=i386-linux-
42+ export GCC5_X64_PREFIX=x86_64-linux-
4143 export GCC5_AARCH64_PREFIX=aarch64-linux-
4244 export GCC5_LOONGARCH64_PREFIX=loongarch64-linux-
4345 export GCC5_RISCV64_PREFIX=riscv64-linux-
You can’t perform that action at this time.
0 commit comments