]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/build.sh
ShellPkg: Add Dynamic GUID registration into the current GUID<->String conversion...
[mirror_edk2.git] / EmulatorPkg / build.sh
index 67648f509a38b601f422531caa9640336085f886..fc8ae493cd493e42e746a1bd902dd0029c67dd44 100755 (executable)
@@ -90,9 +90,15 @@ case `uname` in
       4.6.*)
         TARGET_TOOLS=GCC46
         ;;
-      4.[789].*)
+      4.7.*)
         TARGET_TOOLS=GCC47
         ;;
+      4.8.*)
+        TARGET_TOOLS=GCC48
+        ;;
+      4.9.*|4.1[0-9].*)
+        TARGET_TOOLS=GCC49
+        ;;
       *)
         TARGET_TOOLS=GCC44
         ;;