[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Tue Jun 16 16:19:52 UTC 2020


The branch, master has been updated
       via  8cd9aa32 Fix bug in CXXFLAGS tweak.
      from  cd50745e Remove the new $< use from the Makefile.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8cd9aa326c878c5707f1e2ce71ea3a3b6c7ae05b
Author: Wayne Davison <wayne at opencoder.net>
Date:   Tue Jun 16 09:14:28 2020 -0700

    Fix bug in CXXFLAGS tweak.

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

Summary of changes:
 configure.ac | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/configure.ac b/configure.ac
index bd43c3f6..baf1a1bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,17 +177,14 @@ if test x"$SIMD" != x""; then
     AC_MSG_RESULT([yes ($SIMD)])
 	AC_DEFINE(HAVE_SIMD, 1, [Define to 1 to enable SIMD optimizations])
     SIMD=`echo "$SIMD" | sed -e 's/[[^ ]]\+/$(SIMD_&)/g'`
+    # We only use g++ for its target attribute dispatching, disable unneeded bulky features
+    CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-rtti"
 else
     AC_MSG_RESULT(no)
 fi
 
 AC_SUBST(SIMD)
 
-# We only use g++ for its target attribute dispatching, disable unneeded bulky features
-if test x"$CXXOBJ" != x""; then
-    CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-rtti"
-fi
-
 # arrgh. libc in some old debian version screwed up the largefile
 # stuff, getting byte range locking wrong
 AC_CACHE_CHECK([for broken largefile support],rsync_cv_HAVE_BROKEN_LARGEFILE,[


-- 
The rsync repository.



More information about the rsync-cvs mailing list