]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BeagleBoardPkg/build.sh
New EDK Shell binary (r49) with LibGetString() fix.
[mirror_edk2.git] / BeagleBoardPkg / build.sh
index 928d3151ee73888fc4491e1f3ae225f4b5830cd2..6f48ebd78fc09dad4c571ffa7e6541b164ec50f0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
-# Copyright (c) 2008 - 2009, Apple, Inc.  All rights reserved.
-# All rights reserved. This program and the accompanying materials
+# Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
+# This program and the accompanying materials
 # are licensed and made available under the terms and conditions of the BSD License
 # which accompanies this distribution.  The full text of the license may be found at
 # http://opensource.org/licenses/bsd-license.php
@@ -59,7 +59,7 @@ case `uname` in
       ;;
   Linux*)  
       # Not tested
-      TARGET_TOOLS=ELFGCC 
+      TARGET_TOOLS=ARMGCC 
       ;;
   Darwin*) 
       Major=$(uname -r | cut -f 1 -d '.')