diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2015-11-26 13:24:19 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2015-11-26 08:24:19 -0500 |
commit | f95207445bf0a3a1ded17ae30d16e310f633edd7 (patch) | |
tree | a09a3e6bc84f8f9d03a8cda2c447d3e619d1e159 | |
parent | cc3baaa9639fcb9cf37f3a0b8a4f67916adb9d23 (diff) | |
download | gcc-f95207445bf0a3a1ded17ae30d16e310f633edd7.zip gcc-f95207445bf0a3a1ded17ae30d16e310f633edd7.tar.gz gcc-f95207445bf0a3a1ded17ae30d16e310f633edd7.tar.bz2 |
* configure: Regenerate.
From-SVN: r230949
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 58a196f..e67687a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2015-11-26 David Edelsohn <dje.gcc@gmail.com> + + * configure: Regenerate. + 2015-11-25 Jonathan Wakely <jwakely@redhat.com> * testsuite/27_io/ios_base/types/fmtflags/case_label.cc: Explicitly diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 868ac31..94120ec 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -9539,7 +9539,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 @@ -14058,7 +14058,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds_CXX='$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_CXX='$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_CXX='$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 ;; pw32*) |