From: bangerth Date: Wed, 29 Nov 2006 17:20:54 +0000 (+0000) Subject: Undo last change because it leads to errors when linking libraries. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72c7967d5c2cb81290c56cae4449ac5eef82125c;p=dealii-svn.git Undo last change because it leads to errors when linking libraries. git-svn-id: https://svn.dealii.org/trunk@14217 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 227c270966..5c0ed9aa4a 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -473,14 +473,10 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl dnl Some system specific things case "$target" in - dnl Use -Wno-long-long on Apple Darwin to avoid some unnecessary warning. - dnl Also use -bind_at_load as a linker flag because sometimes the - dnl linker complains about __divdi3 being available from both libgcc - dnl as well as from libg2c + dnl Use -Wno-long-long on Apple Darwin to avoid some unnecessary warning *apple-darwin*) CXXFLAGSG="$CXXFLAGSG -Wno-long-double" CXXFLAGSO="$CXXFLAGSO -Wno-long-double" - LDFLAGS="$LDFLAGS -bind_at_load" ;; dnl On DEC OSF, including both stdio.h and unistd.h causes a warning diff --git a/deal.II/configure b/deal.II/configure index 0c93e1a2b8..27420506b5 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -3354,10 +3354,9 @@ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext fi case "$target" in - *apple-darwin*) + *apple-darwin*) CXXFLAGSG="$CXXFLAGSG -Wno-long-double" CXXFLAGSO="$CXXFLAGSO -Wno-long-double" - LDFLAGS="$LDFLAGS -bind_at_load" ;; *dec-osf*)