diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-12-30 06:18:21 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-12-30 06:18:21 +0000 |
commit | 242c77a08512363429e22a2e1cceb77274a7ef44 (patch) | |
tree | 88d788740a65265a71c6fd37c3d7107fc3ba544b /Tools | |
parent | ea78388e1a314c78eb03814a5f9c78e8d3bfb140 (diff) | |
download | edk2-platforms-242c77a08512363429e22a2e1cceb77274a7ef44.tar.xz |
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')
-rw-r--r-- | Tools/CCode/Source/VfrCompile/build.xml | 1 |
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}" />
|