]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Scripts/ConvertMasmToNasm.py
BaseTools ConvertMasmToNasm: Support preserving assembly files
authorJordan Justen <jordan.l.justen@intel.com>
Sat, 19 Mar 2016 08:06:13 +0000 (01:06 -0700)
committerJordan Justen <jordan.l.justen@intel.com>
Tue, 28 Jun 2016 20:16:46 +0000 (13:16 -0700)
commit5de927b54b9f4b314ec65bd2ae1d1908ceabd423
tree9d8573d6c02a75a0441a7bd163b53f9f73ee24e3
parent90694f121865073c93123c41046349ca84eb1a25
BaseTools ConvertMasmToNasm: Support preserving assembly files

In the first stage of conversion, we need to preserve the AT&T style
.s assembly files for use with OS X toolchains.

This change allows '--keep=s' to be used with the script to preserve
these files.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Scripts/ConvertMasmToNasm.py