gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10656: Don't try to reference AM_CX


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10656: Don't try to reference AM_CXXFLAGS since it isn't set yet.
Date: Wed, 04 Mar 2009 11:42:49 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10656
committer: address@hidden
branch nick: trunk
timestamp: Wed 2009-03-04 11:42:49 -0700
message:
  Don't try to reference AM_CXXFLAGS since it isn't set yet.
modified:
  libcore/asobj/Makefile.am
=== modified file 'libcore/asobj/Makefile.am'
--- a/libcore/asobj/Makefile.am 2009-03-04 17:31:11 +0000
+++ b/libcore/asobj/Makefile.am 2009-03-04 18:42:49 +0000
@@ -20,7 +20,7 @@
 
 # if the compiler has broken flaot support when optimized
 if BROKEN_FLOAT
-AM_CXXFLAGS = $(AM_CXXFLAGS) -ffloat-store
+AM_CXXFLAGS = -ffloat-store
 endif
 
 noinst_LTLIBRARIES = libgnashasobjs.la 
@@ -196,12 +196,6 @@
                                $(SDL_LIBS)
 endif
 
-# if the compiler has broken flaot support when optimized
-# if BROKEN_FLOAT
-# Date.lo Date.o:
-#      $(MAKE) CXXFLAGS=\"$(CXXFLAGS) -ffloat-store\"
-# endif
-
 #libgnashasobjs_la_LDFLAGS = -release $(VERSION) -no-undefined -export-dynamic
 
 if WIN32


reply via email to

[Prev in Thread] Current Thread [Next in Thread]