summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xOvmfPkg/build.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh
index 5bfee725ad..c3cc72e269 100755
--- a/OvmfPkg/build.sh
+++ b/OvmfPkg/build.sh
@@ -85,9 +85,12 @@ case `uname` in
4.7.*)
TARGET_TOOLS=GCC47
;;
- 4.[8-9].*)
+ 4.8.*)
TARGET_TOOLS=GCC48
;;
+ 4.9.*|4.1[0-9].*)
+ TARGET_TOOLS=GCC49
+ ;;
*)
TARGET_TOOLS=GCC44
;;