]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/build.sh
EmulatorPkg: Add support for GCC48 & GCC49 toolchains
[mirror_edk2.git] / EmulatorPkg / build.sh
index b34d11a7ff0440913c22a1e9ce90bc457e47322b..fc8ae493cd493e42e746a1bd902dd0029c67dd44 100755 (executable)
@@ -90,6 +90,15 @@ case `uname` in
       4.6.*)
         TARGET_TOOLS=GCC46
         ;;
+      4.7.*)
+        TARGET_TOOLS=GCC47
+        ;;
+      4.8.*)
+        TARGET_TOOLS=GCC48
+        ;;
+      4.9.*|4.1[0-9].*)
+        TARGET_TOOLS=GCC49
+        ;;
       *)
         TARGET_TOOLS=GCC44
         ;;