libtool-version: Bump soversion.
2016-01-03 Matthias Klose <doko@ubuntu.com> * libtool-version: Bump soversion. * include/jvm.h (GCJ_CXX_ABI_VERSION): Don't encode __GNUC_MINOR__. From-SVN: r232040
This commit is contained in:
committed by
Matthias Klose
parent
783bfcce44
commit
0e8d41ab8f
@@ -686,7 +686,7 @@ extern void _Jv_RegisterBootstrapPackages ();
|
||||
loader. */
|
||||
|
||||
// These are used to find ABI versions we recognize.
|
||||
#define GCJ_CXX_ABI_VERSION (__GNUC__ * 100000 + __GNUC_MINOR__ * 1000)
|
||||
#define GCJ_CXX_ABI_VERSION (__GNUC__ * 100000)
|
||||
|
||||
// This is the old-style BC version ID used by GCJ 4.0.0.
|
||||
#define OLD_GCJ_40_BC_ABI_VERSION (4 * 10000 + 0 * 10 + 5)
|
||||
|
||||
Reference in New Issue
Block a user