From: David Malcolm Date: Mon, 26 Jan 2015 20:30:12 +0000 (+0000) Subject: PR jit/64708: remove libgccjit.so from COMPILERS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3349605dc7fc69d94e794ee12fc079985f3cccbf;p=gcc.git PR jit/64708: remove libgccjit.so from COMPILERS gcc/jit/ChangeLog: PR jit/64708 * config-lang.in (compilers): Drop "libgccjit.so". From-SVN: r220133 --- diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 137245f116f..3561ac81d26 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,8 @@ +2015-01-26 David Malcolm + + PR jit/64708 + * config-lang.in (compilers): Drop "libgccjit.so". + 2015-01-23 David Malcolm PR jit/64721 diff --git a/gcc/jit/config-lang.in b/gcc/jit/config-lang.in index e4eb060a55f..875a1948602 100644 --- a/gcc/jit/config-lang.in +++ b/gcc/jit/config-lang.in @@ -25,7 +25,7 @@ language="jit" -compilers="libgccjit.so" +compilers="" target_libs=""