diff options
author | Laszlo Ersek <lersek@redhat.com> | 2017-08-25 11:26:14 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2017-08-25 19:21:40 +0200 |
commit | 656ac0c7d8ea9912f23355d0e907bfe4173256fc (patch) | |
tree | 28385e310b1b33ca89c8ee17f202d9327f989e41 | |
parent | 4bef13da0022e3a748f9e6afc8ff197c2fb6764c (diff) | |
download | edk2-656ac0c7d8ea9912f23355d0e907bfe4173256fc.tar.gz edk2-656ac0c7d8ea9912f23355d0e907bfe4173256fc.tar.bz2 edk2-656ac0c7d8ea9912f23355d0e907bfe4173256fc.zip |
Revert "OvmfPkg/build.sh: select the GCC49 toolchain settings for gcc-7.*"
This reverts commit ca56256d5e0b7e63325b049e90a6bd03f90e3598:
TianoCore BZ#671 <https://bugzilla.tianocore.org/show_bug.cgi?id=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 <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
-rwxr-xr-x | OvmfPkg/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; *) |