diff options
Diffstat (limited to 'libquadmath')
-rw-r--r-- | libquadmath/ChangeLog | 6 | ||||
-rwxr-xr-x | libquadmath/configure | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 7d52d14..ed45a4b 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,10 +1,14 @@ +2016-11-15 Matthias Klose <doko@ubuntu.com> + + * configure: Regenerate. + 2016-01-04 Jakub Jelinek <jakub@redhat.com> * libquadmath.texi: Bump @copying's copyright year. 2015-08-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> - * Makefile.am (libquadmath_la_SOURCES): Add math/logbq.c. + * Makefile.am (libquadmath_la_SOURCES): Add matha/logbq.c. * Makefile.in: Regenerate. * libquadmath.texi: Document logbq. * quadmath.h: Add logbq prototype. diff --git a/libquadmath/configure b/libquadmath/configure index 851302e..a67939b 100755 --- a/libquadmath/configure +++ b/libquadmath/configure @@ -8513,7 +8513,7 @@ _LT_EOF if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else - export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no @@ -13662,7 +13662,6 @@ CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} CC="$CC" CXX="$CXX" GFORTRAN="$GFORTRAN" -GCJ="$GCJ" AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" |