]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Revert "OvmfPkg/build.sh: select the GCC49 toolchain settings for gcc-7.*"
authorLaszlo Ersek <lersek@redhat.com>
Fri, 25 Aug 2017 09:26:14 +0000 (11:26 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Fri, 25 Aug 2017 17:21:40 +0000 (19:21 +0200)
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>
OvmfPkg/build.sh

index 5868d3b8c498993e89cbea2a60a4fd6d28bc87c5..68215520256421111cc72802856b3a28b5f00327 100755 (executable)
@@ -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
         ;;
       *)