mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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:
2
libgcobol/configure
vendored
2
libgcobol/configure
vendored
@@ -17412,7 +17412,7 @@ fi
|
||||
|
||||
|
||||
# libgcobol soname version
|
||||
LIBGCOBOL_VERSION=1:0:0
|
||||
LIBGCOBOL_VERSION=2:0:0
|
||||
|
||||
|
||||
## added, currently unused.
|
||||
|
||||
@@ -184,7 +184,7 @@ AC_SEARCH_LIBS([malloc], [c])
|
||||
AC_SEARCH_LIBS([clock_gettime], [c rt])
|
||||
|
||||
# libgcobol soname version
|
||||
LIBGCOBOL_VERSION=1:0:0
|
||||
LIBGCOBOL_VERSION=2:0:0
|
||||
AC_SUBST(LIBGCOBOL_VERSION)
|
||||
|
||||
## added, currently unused.
|
||||
|
||||
Reference in New Issue
Block a user