Skip to content

Commit

Permalink
Revert "OvmfPkg/build.sh: select the GCC49 toolchain settings for gcc…
Browse files Browse the repository at this point in the history
…-7.*"

This reverts commit ca56256:

TianoCore BZ#671 <https://bugzilla.tianocore.org/show_bug.cgi?id=671> has
been fixed in commit 2f7f1e7 ("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>
  • Loading branch information
lersek committed Aug 25, 2017
1 parent 4bef13d commit 656ac0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OvmfPkg/build.sh
Expand Up @@ -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
;;
*)
Expand Down

0 comments on commit 656ac0c

Please sign in to comment.