diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-11-13 12:26:01 +0100 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-11-13 14:58:58 +0100 |
commit | be6169045edab396ab80b2ae72ca551c893bf922 (patch) | |
tree | 87934142da118861165608c0a4f9b3a8331ba151 /libphobos | |
parent | d975d6dce98a3e26ddd304d50dad2786b3acecc4 (diff) | |
download | gcc-be6169045edab396ab80b2ae72ca551c893bf922.tar.gz |
libphobos: Update libtool version to 2:0:0
This is so that the library is not to conflict with gcc-10.
libphobos/ChangeLog:
* configure: Regenerate.
* configure.ac (libtool_VERSION): Update to 2:0.0.
Diffstat (limited to 'libphobos')
-rwxr-xr-x | libphobos/configure | 2 | ||||
-rw-r--r-- | libphobos/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libphobos/configure b/libphobos/configure index 4c1116d6f80..de6d367911a 100755 --- a/libphobos/configure +++ b/libphobos/configure @@ -15501,7 +15501,7 @@ SPEC_PHOBOS_DEPS="$LIBS" # Libdruntime / phobos soname version -libtool_VERSION=1:0:0 +libtool_VERSION=2:0:0 # Set default flags (after DRUNTIME_WERROR!) diff --git a/libphobos/configure.ac b/libphobos/configure.ac index bf21128bd50..60aee3ffe8b 100644 --- a/libphobos/configure.ac +++ b/libphobos/configure.ac @@ -256,7 +256,7 @@ SPEC_PHOBOS_DEPS="$LIBS" AC_SUBST(SPEC_PHOBOS_DEPS) # Libdruntime / phobos soname version -libtool_VERSION=1:0:0 +libtool_VERSION=2:0:0 AC_SUBST(libtool_VERSION) # Set default flags (after DRUNTIME_WERROR!) |