Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extern/bFTGL/SConscript2
-rw-r--r--extern/bullet2/src/SConscript2
-rw-r--r--extern/qhull/SConscript2
-rw-r--r--extern/solid/SConscript2
4 files changed, 4 insertions, 4 deletions
diff --git a/extern/bFTGL/SConscript b/extern/bFTGL/SConscript
index 28364193bf9..bd20db5a459 100644
--- a/extern/bFTGL/SConscript
+++ b/extern/bFTGL/SConscript
@@ -16,7 +16,7 @@ Import('env')
#elif sys.platform=='sunos':
# ftgl_env.Append (CCFLAGS = ['Xc', '-v', '-fast'])
#elif sys.platform=='darwin':
-# ftgl_env.Append (CCFLAGS = ['-O2', '-pipe', '-fPIC', '-funsigned-char', '-ffast-math', '-mpowerpc' , '-mtune=G4'])
+# ftgl_env.Append (CCFLAGS = ['-O2', '-pipe', '-fPIC', '-funsigned-char', '-ffast-math'])
#else:
# ftgl_env.Append (CCFLAGS = cflags)
diff --git a/extern/bullet2/src/SConscript b/extern/bullet2/src/SConscript
index 31cf9eca06d..1220be1b654 100644
--- a/extern/bullet2/src/SConscript
+++ b/extern/bullet2/src/SConscript
@@ -19,7 +19,7 @@ elif sys.platform=='linux2' or sys.platform=='linux-i386' or sys.platform=='free
cflags += ['-O2']
elif sys.platform=='darwin':
defs += ' NDEBUG'
- cflags += ['-O2','-pipe', '-fPIC', '-funsigned-char', '-ffast-math', '-mpowerpc' , '-mtune=G4']
+ cflags += ['-O2','-pipe', '-fPIC', '-funsigned-char', '-ffast-math']
linearmath_src = env.Glob("LinearMath/*.cpp")
bulletdyn_src = ["BulletDynamics/ConstraintSolver/btContactConstraint.cpp",
diff --git a/extern/qhull/SConscript b/extern/qhull/SConscript
index d391d445508..7f911d1b7f1 100644
--- a/extern/qhull/SConscript
+++ b/extern/qhull/SConscript
@@ -14,7 +14,7 @@ elif env['OURPLATFORM']=='win32-mingw':
elif sys.platform=='sunos5':
cflags += ['-O2', '-ansi']
elif sys.platform=='darwin':
- cflags += ['-O2', '-pipe', '-fPIC', '-funsigned-char', '-ffast-math', '-mpowerpc' , '-mtune=G4']
+ cflags += ['-O2', '-pipe', '-fPIC', '-funsigned-char', '-ffast-math']
sources = ['src/geom.c',
'src/geom2.c',
diff --git a/extern/solid/SConscript b/extern/solid/SConscript
index 8c0eebf2767..7482014c0a4 100644
--- a/extern/solid/SConscript
+++ b/extern/solid/SConscript
@@ -17,7 +17,7 @@ elif sys.platform=='linux2' or sys.platform=='linux-i386' or sys.platform=='free
cflags += ['-O2']
elif sys.platform=='darwin' :
defs += ' NDEBUG'
- cflags += ['-O2','-pipe', '-fPIC', '-funsigned-char', '-ffast-math', '-mpowerpc' , '-mtune=G4']
+ cflags += ['-O2','-pipe', '-fPIC', '-funsigned-char', '-ffast-math']
else:
print "################################################"