[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Native compiler - passing command line options to C compiler
From:
Eli Zaretskii
Subject:
Re: Native compiler - passing command line options to C compiler
Date:
2021年8月30日 16:28:18 +0300
> From: Andrea Corallo <akrl@sdf.org>
> Cc: Arthur Miller <arthur.miller@live.com>, emacs-devel@gnu.org
> Date: 2021年8月30日 12:59:45 +0000
>
> I think this "defined (WINDOWSNT)" should be there so that compiling on
> Windows the check over "gcc_jit_context_add_command_line_option" it is
> always compiled even in case the libgccjit.h provided at compile time
> does not define
> 'LIBGCCJIT_HAVE_gcc_jit_context_add_command_line_option'.
>
> A newer version of the shared library including the entry point might be
> provided later on and will be used at runtime.
You cannot use a libgccjit.dll of a version for which Emacs was not
compiled, unless it is binary-compatible. If Emacs was linked against
libgccjit.dll that didn't support
gcc_jit_context_add_command_line_option, then it would not work to
install a newer version of the DLL that does.
- Native compiler - passing command line options to C compiler , Arthur Miller, 2021年08月29日
- Re: Native compiler - passing command line options to C compiler , Andrea Corallo, 2021年08月30日
- Re: Native compiler - passing command line options to C compiler , Eli Zaretskii, 2021年08月30日
- Re: Native compiler - passing command line options to C compiler , Andrea Corallo, 2021年08月30日
- Re: Native compiler - passing command line options to C compiler,
Eli Zaretskii <=
- Re: Native compiler - passing command line options to C compiler , Andrea Corallo, 2021年08月30日
- Re: Native compiler - passing command line options to C compiler , Arthur Miller, 2021年08月30日
- Re: Native compiler - passing command line options to C compiler , Andrea Corallo, 2021年08月30日
- Re: Native compiler - passing command line options to C compiler , Arthur Miller, 2021年08月31日
- Re: Native compiler - passing command line options to C compiler , Andrea Corallo, 2021年08月31日
- Re: Native compiler - passing command line options to C compiler , Eli Zaretskii, 2021年08月31日
- Re: Native compiler - passing command line options to C compiler , Arthur Miller, 2021年08月31日
- Re: Native compiler - passing command line options to C compiler , Eli Zaretskii, 2021年08月30日
- Re: Native compiler - passing command line options to C compiler , Eli Zaretskii, 2021年08月30日
Re: Native compiler - passing command line options to C compiler , Arthur Miller, 2021年08月30日