On Thu, Nov 08, 2018 at 05:24:36PM +0100, Christian Weisgerber wrote:
>
> There is a three-way conflict between
> lang/gcc/6
> devel/avr/gcc
> devel/riscv-elf/gcc
> because all of them want to install ${PREFIX}/lib/libcc1.*.
>
> >From what I can google, libcc1 is intended as a plugin for gdb (!)
> to allow compiling snippets of code from within gdb. We don't have
> gdb for riscv-elf, so the library is useless. (Would it make any
> sense at all for a cross-compiler?)
>
> I suggest we simply remove the libcc1 component from the riscv-elf/gcc
> port. Patch below. While there, I also deleted the MAKE_* assignments
> from Makefile. I don't know why they are there, they aren't used
> for anything.
>
> OK?
ok kevlo@, thanks.