Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 568834 - >=sys-devel/gcc-5: add USE=jit to support new libgccjit
Summary: >=sys-devel/gcc-5: add USE=jit to support new libgccjit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-19 21:01 UTC by Vova
Modified: 2023-09-28 12:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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! :)