mirror of git://gcc.gnu.org/git/gcc.git
Bump libgcobol SONAME
This bumps the libgcobol SONAME for GCC 16 since compared to GCC 15 there are removed symbols and key data structures have changed. PR cobol/122803 libgcobol/ * configure.ac (LIBGCOBOL_VERSION): Bump to 2:0:0. * configure: Re-generate.
This commit is contained in:
parent
82d852b23e
commit
bd098c34be
|
|
@ -17412,7 +17412,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
# libgcobol soname version
|
# libgcobol soname version
|
||||||
LIBGCOBOL_VERSION=1:0:0
|
LIBGCOBOL_VERSION=2:0:0
|
||||||
|
|
||||||
|
|
||||||
## added, currently unused.
|
## added, currently unused.
|
||||||
|
|
|
||||||
|
|
@ -184,7 +184,7 @@ AC_SEARCH_LIBS([malloc], [c])
|
||||||
AC_SEARCH_LIBS([clock_gettime], [c rt])
|
AC_SEARCH_LIBS([clock_gettime], [c rt])
|
||||||
|
|
||||||
# libgcobol soname version
|
# libgcobol soname version
|
||||||
LIBGCOBOL_VERSION=1:0:0
|
LIBGCOBOL_VERSION=2:0:0
|
||||||
AC_SUBST(LIBGCOBOL_VERSION)
|
AC_SUBST(LIBGCOBOL_VERSION)
|
||||||
|
|
||||||
## added, currently unused.
|
## added, currently unused.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue