From dc95bdeba8feeaefea57bc1c81f5473415616e1a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 19 Dec 2015 16:36:18 -0500 Subject: sys-devel/gcc: add support for USE=jit #568834 --- sys-devel/gcc/metadata.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys-devel/gcc') diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml index 29330fe59252..2e74979dae7b 100644 --- a/sys-devel/gcc/metadata.xml +++ b/sys-devel/gcc/metadata.xml @@ -12,6 +12,8 @@ Build the GCC Go language frontend. Add support for the framework for loop optimizations based on a polyhedral intermediate representation + Enable libgccjit so other applications can embed gcc for Just-In-Time compilation. + This will slow down the compiler a bit as it forces all of the toolchain to be shared libs. Build SSP support into a dedicated library rather than use the code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES) Add support for mudflap, a pointer use checking library -- cgit v1.2.3-65-gdbad