Skip to content

Commit

Permalink
qemu_v8: Update the EDK2 toolchain
Browse files Browse the repository at this point in the history
Older EDK2 toolchains (GCC49) will cause errors when updating EDK2, therefore,
we use GCC5 instead.

Signed-off-by: Mingyuan Xiang <[email protected]>
Reviewed-by: Jerome Forissier <[email protected]>
Tested-by: Jerome Forissier <[email protected]> (QEMUv8)
  • Loading branch information
xiangmy authored and jforissier committed Mar 18, 2021
1 parent 00fde7b commit 55b3964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu_v8.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ DEBUG ?= 1
TF_A_PATH ?= $(ROOT)/trusted-firmware-a
BINARIES_PATH ?= $(ROOT)/out/bin
EDK2_PATH ?= $(ROOT)/edk2
EDK2_TOOLCHAIN ?= GCC49
EDK2_TOOLCHAIN ?= GCC5
EDK2_ARCH ?= AARCH64
ifeq ($(DEBUG),1)
EDK2_BUILD ?= DEBUG
Expand Down

0 comments on commit 55b3964

Please sign in to comment.