gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1597-g118600c
Date: Fri, 01 Feb 2013 02:29:43 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  118600cd59d4ebfc6b557b162cfe25e9f510da53 (commit)
      from  c852af29ce6a51200ee436ddfd550c6134e16f4c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=118600cd59d4ebfc6b557b162cfe25e9f510da53


commit 118600cd59d4ebfc6b557b162cfe25e9f510da53
Author: Rob Savoye <address@hidden>
Date:   Thu Jan 31 19:25:38 2013 -0700

    don't stomp CFLAGS when trying the visibility test, as it was turning off 
all optimization for C code.

diff --git a/configure.ac b/configure.ac
index fa43a0c..d363249 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2835,6 +2835,7 @@ AC_DEFUN([CHECK_VISIBILITY_GCC_BUG],
   [
     AC_CACHE_CHECK([if -fvisibility-inlines-hidden is broken], 
ac_cv_gcc_visibility_bug, [
         AC_LANG_PUSH(C++)
+        save_CFLAGS=$CFLAGS
         save_CXXFLAGS=$CXXFLAGS
         save_LDFLAGS=$LDFLAGS
         CFLAGS="-fPIC -O0"
@@ -2861,6 +2862,7 @@ AC_DEFUN([CHECK_VISIBILITY_GCC_BUG],
         ], [],
         ac_cv_gcc_visibility_bug=no, ac_cv_gcc_visibility_bug=yes)
 
+        CFLAGS=$save_CFLAGS
         CXXFLAGS=$save_CXXFLAGS
         LDFLAGS=$save_LDFLAGS
         AC_LANG_POP(C++)

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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