]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/bld_vlv.sh
NetworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / bld_vlv.sh
index 538b3ef9d7305bebdfb6f6b2bff5796fd85826f2..51d3acacb48b3a0d57a7db7f64af0c87269c6d52 100755 (executable)
@@ -179,23 +179,11 @@ sed -i '/^MAX_CONCURRENT_THREAD_NUMBER/d' Conf/target.txt
 
 gcc_version=$(gcc -v 2>&1 | tail -1 | awk '{print $3}')
 case $gcc_version in
-    4.5.*)
-      TARGET_TOOLS=GCC45
-      ;;
-    4.6.*)
-      TARGET_TOOLS=GCC46
-      ;;
-    4.7.*)
-      TARGET_TOOLS=GCC47
-      ;;
-    4.8.*)
-      TARGET_TOOLS=GCC48
-      ;;
     4.9.*|4.1[0-9].*|5.*.*|6.*.*)
       TARGET_TOOLS=GCC49
       ;;
     *)
-      TARGET_TOOLS=GCC44
+      TARGET_TOOLS=GCC48
       ;;
 esac