]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Make the default toolchain for Linux CodeSourcery.
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 3 Feb 2011 18:30:58 +0000 (18:30 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 3 Feb 2011 18:30:58 +0000 (18:30 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11299 6f19259b-4bc3-4df7-8a09-765794883524

BeagleBoardPkg/build.sh

index 5d2aafd61ea011b9872da75f693878f79186075c..6f48ebd78fc09dad4c571ffa7e6541b164ec50f0 100755 (executable)
@@ -59,7 +59,7 @@ case `uname` in
       ;;
   Linux*)  
       # Not tested
-      TARGET_TOOLS=ELFGCC 
+      TARGET_TOOLS=ARMGCC 
       ;;
   Darwin*) 
       Major=$(uname -r | cut -f 1 -d '.')