Skip to content
Snippets Groups Projects
Commit e55871c6 authored by James K. Lowden's avatar James K. Lowden :anchor:
Browse files

Merge branch 'parser' into master+cobol

parents d2c1edc7 3316660a
No related branches found
No related tags found
No related merge requests found
Pipeline #2572 failed
......@@ -699,7 +699,10 @@ cobol_get_sarif_source_language(const char *)
#undef LANG_HOOKS_SET_DECL_ASSEMBLER_NAME
#undef LANG_HOOKS_GET_SARIF_SOURCE_LANGUAGE
#define LANG_HOOKS_NAME "Cobol"
// We use GCC in the name, not GNU, as others do,
// because "GnuCOBOL" refers to a different GNU project.
// https://www.gnu.org/software/software.html
#define LANG_HOOKS_NAME "GCC COBOL"
#define LANG_HOOKS_INIT cobol_langhook_init
#define LANG_HOOKS_OPTION_LANG_MASK cobol_option_lang_mask
......
......@@ -22,7 +22,7 @@
AUTOMAKE_OPTIONS = 1.8 foreign
ACLOCAL_AMFLAGS = -I .. -I ../config
lib_LTLIBRARIES = libgcobol.la
toolexeclib_LTLIBRARIES = libgcobol.la
libgcobol.la: $(libgcobol_la_OBJECTS) \
$(libgcobol_la_DEPENDENCIES) \
......
......@@ -92,6 +92,8 @@ AC_CACHE_CHECK([whether __int128 is supported], [libgcobol_cv_have_int128],
# however the libgcobol build uses a hardcoded Makefile.in file.
AM_CONDITIONAL(BUILD_LIBGCOBOL, [test "x$libgcobol_cv_have_int128" = xyes])
GCC_WITH_TOOLEXECLIBDIR
AC_MSG_CHECKING([for --enable-version-specific-runtime-libs])
AC_ARG_ENABLE(version-specific-runtime-libs,
[ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment