jit: use 'configure' to replace hard-coded linker options (PR jit/64089 and PR jit...
commit7176d3663982d25a6497a63277f92fafb4771e50
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Mar 2018 15:24:44 +0000 (9 15:24 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Mar 2018 15:24:44 +0000 (9 15:24 +0000)
treebe3e50e2422a1c4eff607d0c25b1b0133ae9dc03
parent5cc7d4f717775238559fb290cb687d3acc5e6ce8
jit: use 'configure' to replace hard-coded linker options (PR jit/64089 and PR jit/84288)

gcc/ChangeLog:
PR jit/64089
PR jit/84288
* Makefile.in (LD_VERSION_SCRIPT_OPTION, LD_SONAME_OPTION): New.
* configure: Regenerate.
* configure.ac ("linker --version-script option"): New.
("linker soname option"): New.

gcc/jit/ChangeLog:
PR jit/64089
PR jit/84288
* Make-lang.in (COMMA): New.
(LIBGCCJIT_VERSION_SCRIPT_OPTION): New.
(LIBGCCJIT_SONAME_OPTION): New.
(jit): Move --version-script and -soname linker options to the
above.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258388 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/configure
gcc/configure.ac
gcc/jit/ChangeLog
gcc/jit/Make-lang.in