diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-05-02 20:16:38 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-05-02 20:16:38 +0000 |
commit | 1c8f9a70d0176915b8d930740f5a57a51049fb5a (patch) | |
tree | b5dde4fa7abaf352732b8ddee3a59eb708c0cfe4 | |
parent | cfe1bb1765593aa117786f2973b9b0714680bf23 (diff) | |
download | edk2-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
-rwxr-xr-x | BeagleBoardPkg/b.bat | 4 |
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" (
|