summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools/GenDepex
diff options
context:
space:
mode:
authorwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-09 03:14:51 +0000
committerwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-09 03:14:51 +0000
commit205437772a146f6a7c87a010234e771169e50bdb (patch)
tree64268c4233cf882a87c260e29524977c1f6c9dfa /Tools/Source/TianoTools/GenDepex
parentcaf9538f28de46e9ab3712611688e5353402183d (diff)
downloadedk2-platforms-205437772a146f6a7c87a010234e771169e50bdb.tar.xz
Set different arguments for gcc3.x.x and gcc4.x.x. Suppress pointer-sign warning in gcc4.x.x.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1221 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools/GenDepex')
-rw-r--r--Tools/Source/TianoTools/GenDepex/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/GenDepex/build.xml b/Tools/Source/TianoTools/GenDepex/build.xml
index 16ea68a065..5d3ddaeb8f 100644
--- a/Tools/Source/TianoTools/GenDepex/build.xml
+++ b/Tools/Source/TianoTools/GenDepex/build.xml
@@ -39,7 +39,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
outtype="executable"
debug="false"
optimize="speed">
- <compilerarg value="${ExtraArgus}" />
+ <compilerarg value="${ExtraArgus}" if="ExtraArgus" />
+
<fileset dir="${basedir}/${ToolName}"
includes="${FileSet}" />