]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Bin/CYGWIN_NT-5.1-i686/armcc_wrapper.py
Adding a python script to enable RVCT 3.1 (ARM ARM compiler) to run in cygwin. The...
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 26 Aug 2009 21:08:05 +0000 (21:08 +0000)
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 26 Aug 2009 21:08:05 +0000 (21:08 +0000)
commitc719e02c1476f2b0adb313a3dd06d53ff34aa2e9
tree6467b5d6120d269d4842e39483a10c1655450272
parentbadd7e61a86feb50421a3a1aec9ea8b651c3ede8
Adding a python script to enable RVCT 3.1 (ARM ARM compiler) to run in cygwin. The build system passes cygpaths and the Windows tool can not deal with that. The python converts paths to C:\ to make RVCT 3.1 happy. This has been fixed in RVCT 4.0. The ARM processor does not support instructions like divide, so compiler specific intrinsics are required. The .libs are checked in here and referenced from the tools_def.template file, so they are automatically included when the compiler is invoked. The souce to these .lib files will be checkin soon in a new ArmPkg.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9201 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Bin/CYGWIN_NT-5.1-i686/Arm/DEBUG_RVCT31CYGWIN/CompilerIntrinsicsLib.lib [new file with mode: 0644]
BaseTools/Bin/CYGWIN_NT-5.1-i686/Arm/RELEASE_RVCT31CYGWIN/CompilerIntrinsicsLib.lib [new file with mode: 0644]
BaseTools/Bin/CYGWIN_NT-5.1-i686/armcc_wrapper.py [new file with mode: 0755]
BaseTools/Bin/Darwin-i386/Arm/DEBUG_XCODE31/CompilerIntrinsicsLib.lib [new file with mode: 0644]
BaseTools/Bin/Darwin-i386/Arm/DEBUG_XCODE32/CompilerIntrinsicsLib.lib [new file with mode: 0644]
BaseTools/Bin/Darwin-i386/Arm/RELEASE_XCODE31/CompilerIntrinsicsLib.lib [new file with mode: 0644]
BaseTools/Bin/Darwin-i386/Arm/RELEASE_XCODE32/CompilerIntrinsicsLib.lib [new file with mode: 0644]
BaseTools/Bin/Win32/Arm/DEBUG_RVCT31/CompilerIntrinsicsLib.lib [new file with mode: 0644]
BaseTools/Bin/Win32/Arm/RELEASE_RVCT31/CompilerIntrinsicsLib.lib [new file with mode: 0644]