mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
cfe1bb1765
commit
1c8f9a70d0
|
@ -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" (
|
||||
|
|
Loading…
Reference in New Issue