BUG: do not add -fPIC on non-posix platform for ifort tool.
authorcournape <cournape@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 18 Sep 2009 07:05:47 +0000 (07:05 +0000)
committercournape <cournape@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 18 Sep 2009 07:05:47 +0000 (07:05 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4367 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/engine/SCons/Tool/ifort.py

index be5f54ddeb5ff0f7edb3774ff30b8f4e34110c67..e4165de6f0aa767dac32f224413829b0360fe438 100644 (file)
@@ -65,7 +65,8 @@ def generate(env):
     for dialect in ['F77', 'F90', 'FORTRAN', 'F95']:
         env['%s' % dialect] = fc
         env['SH%s' % dialect] = '$%s' % dialect
-        env['SH%sFLAGS' % dialect] = SCons.Util.CLVar('$%sFLAGS -fPIC' % dialect)
+        if env['PLATFORM'] == 'posix':
+            env['SH%sFLAGS' % dialect] = SCons.Util.CLVar('$%sFLAGS -fPIC' % dialect)
 
     if env['PLATFORM'] == 'win32':
         # On Windows, the ifort compiler specifies the object on the