mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-07 19:45:07 +02:00
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>
This commit is contained in:
parent
4bef13da00
commit
656ac0c7d8
@ -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
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user