summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools/GuidChk/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Source/TianoTools/GuidChk/build.xml')
-rw-r--r--Tools/Source/TianoTools/GuidChk/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/GuidChk/build.xml b/Tools/Source/TianoTools/GuidChk/build.xml
index f131f79369..d7b7fba632 100644
--- a/Tools/Source/TianoTools/GuidChk/build.xml
+++ b/Tools/Source/TianoTools/GuidChk/build.xml
@@ -79,7 +79,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
</if>
</target>
- <target name="Tool" depends="init">
+ <target name="Tool" depends="init" unless="gcc">
<cc name="${ToolChain}" objdir="${BUILD_DIR}"
outfile="${BIN_DIR}/${ToolName}"
outtype="executable"