Revision: 18578
http://sourceforge.net/p/edk2/code/18578
Author: jljusten
Date: 2015-10-08 05:51:57 +0000 (Thu, 08 Oct 2015)
Log Message:
-----------
EmulatorPkg/build.sh: Use GCC49 toolchain with GCC 5.*
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <[email protected]>
Cc: Andrew Fish <[email protected]>
Modified Paths:
--------------
trunk/edk2/EmulatorPkg/build.sh
Modified: trunk/edk2/EmulatorPkg/build.sh
===================================================================
--- trunk/edk2/EmulatorPkg/build.sh 2015-10-07 11:53:07 UTC (rev 18577)
+++ trunk/edk2/EmulatorPkg/build.sh 2015-10-08 05:51:57 UTC (rev 18578)
@@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright (c) 2008 - 2011, Apple Inc. All rights reserved.<BR>
-# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD
License
@@ -105,7 +105,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