Revision: 18514
          http://sourceforge.net/p/edk2/code/18514
Author:   jljusten
Date:     2015-09-18 19:16:30 +0000 (Fri, 18 Sep 2015)
Log Message:
-----------
OvmfPkg/build.sh: Use GCC49 toolchain with GCC 5.*

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>

Modified Paths:
--------------
    trunk/edk2/OvmfPkg/build.sh

Modified: trunk/edk2/OvmfPkg/build.sh
===================================================================
--- trunk/edk2/OvmfPkg/build.sh 2015-09-18 13:58:35 UTC (rev 18513)
+++ trunk/edk2/OvmfPkg/build.sh 2015-09-18 19:16:30 UTC (rev 18514)
@@ -95,7 +95,7 @@
       4.8.*)
         TARGET_TOOLS=GCC48
         ;;
-      4.9.*|4.1[0-9].*)
+      4.9.*|4.1[0-9].*|5.*.*)
         TARGET_TOOLS=GCC49
         ;;
       *)


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to