]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/build.sh
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / EmulatorPkg / build.sh
index b34d11a7ff0440913c22a1e9ce90bc457e47322b..67648f509a38b601f422531caa9640336085f886 100755 (executable)
@@ -90,6 +90,9 @@ case `uname` in
       4.6.*)
         TARGET_TOOLS=GCC46
         ;;
+      4.[789].*)
+        TARGET_TOOLS=GCC47
+        ;;
       *)
         TARGET_TOOLS=GCC44
         ;;