summaryrefslogtreecommitdiffstats
path: root/Tools/CCode
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2006-12-30 06:18:21 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2006-12-30 06:18:21 +0000
commit242c77a08512363429e22a2e1cceb77274a7ef44 (patch)
tree88d788740a65265a71c6fd37c3d7107fc3ba544b /Tools/CCode
parentea78388e1a314c78eb03814a5f9c78e8d3bfb140 (diff)
downloadedk2-242c77a08512363429e22a2e1cceb77274a7ef44.tar.gz
edk2-242c77a08512363429e22a2e1cceb77274a7ef44.tar.bz2
edk2-242c77a08512363429e22a2e1cceb77274a7ef44.zip
Downgrade the checking for 'extra qualification' introduced by latest gcc version
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2156 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode')
-rw-r--r--Tools/CCode/Source/VfrCompile/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/CCode/Source/VfrCompile/build.xml b/Tools/CCode/Source/VfrCompile/build.xml
index 51770d8f77..7b69070bcf 100644
--- a/Tools/CCode/Source/VfrCompile/build.xml
+++ b/Tools/CCode/Source/VfrCompile/build.xml
@@ -81,6 +81,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
debug="true"
optimize="speed">
+ <compilerarg value="-fpermissive" if="gcc"/>
<fileset dir="${basedir}/${ToolName}"
includes="${FileSet}" />