summaryrefslogtreecommitdiff
path: root/BeagleBoardPkg
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-05-02 20:16:38 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-05-02 20:16:38 +0000
commit1c8f9a70d0176915b8d930740f5a57a51049fb5a (patch)
treeb5dde4fa7abaf352732b8ddee3a59eb708c0cfe4 /BeagleBoardPkg
parentcfe1bb1765593aa117786f2973b9b0714680bf23 (diff)
downloadedk2-platforms-1c8f9a70d0176915b8d930740f5a57a51049fb5a.tar.xz
BeagleBoardPkg/b.bat: Updated RVCT toolchain name
Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13263 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg')
-rwxr-xr-xBeagleBoardPkg/b.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/BeagleBoardPkg/b.bat b/BeagleBoardPkg/b.bat
index d7136b3846..130d0d1c7a 100755
--- a/BeagleBoardPkg/b.bat
+++ b/BeagleBoardPkg/b.bat
@@ -19,8 +19,8 @@ ECHO OFF
@REM Setup Build environment. Sets WORKSPACE and puts build in path
CALL ..\edksetup.bat
-@REM Set for tools chain. Currently RVCT31
-SET TARGET_TOOLS=RVCT31
+@REM Set for tools chain. Currently RVCT
+SET TARGET_TOOLS=RVCT
SET TARGET=DEBUG
@if /I "%1"=="RELEASE" (