X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EmulatorPkg%2Fbuild.sh;h=67648f509a38b601f422531caa9640336085f886;hb=fc51ab6ceb100985e3a762b2867c709cd01194c2;hp=b34d11a7ff0440913c22a1e9ce90bc457e47322b;hpb=1d602b12ab937dde5f06f16a892bc54a0bf7ef30;p=mirror_edk2.git diff --git a/EmulatorPkg/build.sh b/EmulatorPkg/build.sh index b34d11a7ff..67648f509a 100755 --- a/EmulatorPkg/build.sh +++ b/EmulatorPkg/build.sh @@ -90,6 +90,9 @@ case `uname` in 4.6.*) TARGET_TOOLS=GCC46 ;; + 4.[789].*) + TARGET_TOOLS=GCC47 + ;; *) TARGET_TOOLS=GCC44 ;;