summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools/PeiRebase/build.xml
diff options
context:
space:
mode:
authorwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-08 06:16:49 +0000
committerwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-08 06:16:49 +0000
commit9776330c426eb74613f3533715278d83add3b4a6 (patch)
tree3146bbb83cd10fadf6f4311c9811e7b1a9bbc370 /Tools/Source/TianoTools/PeiRebase/build.xml
parent1a809263b7089a5f73b0baa94f5fd9d28cb895fc (diff)
downloadedk2-platforms-9776330c426eb74613f3533715278d83add3b4a6.tar.xz
Remove warning message in MAC GCC tool build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1212 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools/PeiRebase/build.xml')
-rw-r--r--Tools/Source/TianoTools/PeiRebase/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/Source/TianoTools/PeiRebase/build.xml b/Tools/Source/TianoTools/PeiRebase/build.xml
index e9fb8e5cfb..92bd5c0e40 100644
--- a/Tools/Source/TianoTools/PeiRebase/build.xml
+++ b/Tools/Source/TianoTools/PeiRebase/build.xml
@@ -40,7 +40,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
outfile="${BIN_DIR}/${ToolName}_Ia32"
outtype="executable"
optimize="speed">
-
+ <compilerarg value="${ExtraArgus}" />
<fileset dir="${basedir}/${ToolName}"
includes="${FileSet}"/>
@@ -56,7 +56,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
outfile="${BIN_DIR}/${ToolName}_Ipf"
outtype="executable"
optimize="speed">
-
+ <compilerarg value="${ExtraArgus}" />
<fileset dir="${basedir}/${ToolName}"
includes="${FileSet}"/>
@@ -72,7 +72,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
outfile="${BIN_DIR}/${ToolName}_X64"
outtype="executable"
optimize="speed">
-
+ <compilerarg value="${ExtraArgus}" />
<fileset dir="${basedir}/${ToolName}"
includes="${FileSet}" />