File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 2626
2727 GCC_VERSION=15.2.0
2828
29- for i in aarch64 loongarch64 riscv64 x86_64 i386 ; do
29+ for i in aarch64 loongarch64 riscv64; 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-
4341 export GCC5_AARCH64_PREFIX=aarch64-linux-
4442 export GCC5_LOONGARCH64_PREFIX=loongarch64-linux-
4543 export GCC5_RISCV64_PREFIX=riscv64-linux-
4947 set -e
5048 make -C edk2/BaseTools
5149
52- pacman --noconfirm -Rdds gcc binutils
53-
5450 build -b RELEASE -t GCC5 -a AARCH64 -p ArmVirtPkg/ArmVirtQemu.dsc
5551 build -b RELEASE -t GCC5 -a LOONGARCH64 -p OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc
5652 build -b RELEASE -t GCC5 -a RISCV64 -p OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc
You can’t perform that action at this time.
0 commit comments