[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25496] trunk/blender/source/nan_compile. mk: Makefiles: fix CFLAGS for OS X

Stefan Gartner stefang at aon.at
Mon Dec 21 11:40:55 CET 2009


Revision: 25496
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25496
Author:   sgefant
Date:     2009-12-21 11:40:55 +0100 (Mon, 21 Dec 2009)

Log Message:
-----------
Makefiles: fix CFLAGS for OS X

Modified Paths:
--------------
    trunk/blender/source/nan_compile.mk

Modified: trunk/blender/source/nan_compile.mk
===================================================================
--- trunk/blender/source/nan_compile.mk	2009-12-21 10:38:04 UTC (rev 25495)
+++ trunk/blender/source/nan_compile.mk	2009-12-21 10:40:55 UTC (rev 25496)
@@ -73,11 +73,11 @@
     CC  ?= gcc
     CCC ?= g++
     ifeq ($(CPU),powerpc)
-        CFLAGS  += -pipe -fPIC -ffast-math -mcpu=7450 -mtune=G5 -funsigned-char -fno-strict-aliasing
-        CCFLAGS += -pipe -fPIC  -funsigned-char -fno-strict-aliasing -wno-long-double
+        CFLAGS  += -pipe -fPIC -ffast-math -mcpu=7450 -mtune=G5 -funsigned-char -fno-strict-aliasing -Wno-long-double
+        CCFLAGS += -pipe -fPIC  -funsigned-char -fno-strict-aliasing -Wno-long-double
     else
         CFLAGS  += -pipe -fPIC -ffast-math -march=pentium-m -funsigned-char -fno-strict-aliasing
-        CCFLAGS += -pipe -fPIC  -funsigned-char -fno-strict-aliasing -wno-long-double
+        CCFLAGS += -pipe -fPIC  -funsigned-char -fno-strict-aliasing
     endif
 #   REL_CFLAGS  += -O
 #   REL_CCFLAGS += -O2





More information about the Bf-blender-cvs mailing list