From 3349605dc7fc69d94e794ee12fc079985f3cccbf Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Mon, 26 Jan 2015 20:30:12 +0000 Subject: [PATCH] PR jit/64708: remove libgccjit.so from COMPILERS gcc/jit/ChangeLog: PR jit/64708 * config-lang.in (compilers): Drop "libgccjit.so". From-SVN: r220133 --- gcc/jit/ChangeLog | 5 +++++ gcc/jit/config-lang.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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="" -- 2.30.2