Skip to content
Snippets Groups Projects
Commit 95a4ae64 authored by Joakim Bech's avatar Joakim Bech Committed by Jérôme Forissier
Browse files

fvp: use current GCC instead of legacy toolchain

parent a6416eda
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ define edk2-env ...@@ -77,7 +77,7 @@ define edk2-env
endef endef
define edk2-call define edk2-call
GCC49_AARCH64_PREFIX=$(LEGACY_AARCH64_CROSS_COMPILE) \ GCC49_AARCH64_PREFIX=$(AARCH64_CROSS_COMPILE) \
build -n `getconf _NPROCESSORS_ONLN` -a "AARCH64" \ build -n `getconf _NPROCESSORS_ONLN` -a "AARCH64" \
-t "GCC49" -p Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc -b RELEASE -t "GCC49" -p Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc -b RELEASE
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment