From 656ac0c7d8ea9912f23355d0e907bfe4173256fc Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Fri, 25 Aug 2017 11:26:14 +0200 Subject: Revert "OvmfPkg/build.sh: select the GCC49 toolchain settings for gcc-7.*" This reverts commit ca56256d5e0b7e63325b049e90a6bd03f90e3598: TianoCore BZ#671 has been fixed in commit 2f7f1e73c10f ("BaseTools: Add the missing -pie link option in GCC tool chain", 2017-08-23), so we can return to the GCC5 toolchain with gcc-7.*. Cc: Jordan Justen Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Jordan Justen --- OvmfPkg/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OvmfPkg/build.sh') diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh index 5868d3b8c4..6821552025 100755 --- a/OvmfPkg/build.sh +++ b/OvmfPkg/build.sh @@ -102,7 +102,7 @@ case `uname` in 4.8.*) TARGET_TOOLS=GCC48 ;; - 4.9.*|6.[0-2].*|7.*) + 4.9.*|6.[0-2].*) TARGET_TOOLS=GCC49 ;; *) -- cgit v1.2.3