Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 568834

Summary: >=sys-devel/gcc-5: add USE=jit to support new libgccjit
Product: Gentoo Linux Reporter: Vova <whoozle>
Component: [OLD] GCC PortingAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=583010
Whiteboard:
Package list:
Runtime testing required: ---

Description Vova 2015-12-19 21:01:56 UTC
Newer gcc supports libgccjit, and 'jit' as 'language'. This will add libgccjit library + api. 

I checked sources of 5.3 and it configures with --enable-languages=jit with no problem. 

I tried adding is_jit + GCC_LANG to toolchain.eclass, but emerge does not show this use flag at all. :( 

So, this would be nice addition for those who interested in developing jit via gcc API. 

Thank you. 

Reproducible: Always
Comment 2 Vova 2015-12-19 23:53:05 UTC
(In reply to SpanKY from comment #1)
> should be handled by:
> http://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=dc95bdeba8feeaefea57bc1c81f5473415616e1a

Wow, that was fast! Thank you very much, keep up the good work! :)