]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/CreateMtFile/build.xml
Set different arguments for gcc3.x.x and gcc4.x.x. Suppress pointer-sign warning...
[mirror_edk2.git] / Tools / Source / TianoTools / CreateMtFile / build.xml
index 20616d027e3cef500c830f1b88060c991ba693d5..c2aa2f25797fde62e8f92354c9be4455e2aa2543 100644 (file)
@@ -38,7 +38,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
         outfile="${BIN_DIR}/${ToolName}"\r
         outtype="executable"\r
         debug="false">\r
-      <compilerarg value="${ExtraArgus}" />\r
+      <compilerarg value="${ExtraArgus}" if="ExtraArgus" />\r
+\r
       <fileset dir="${basedir}/${ToolName}" \r
         includes="${FileSet}" \r
         defaultexcludes="TRUE" \r