This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug jit/64780] New: toplevel configure should reject jit as a language if --enable-host-shared is not supplied
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 25 Jan 2015 01:55:44 +0000
- Subject: [Bug jit/64780] New: toplevel configure should reject jit as a language if --enable-host-shared is not supplied
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64780
Bug ID: 64780
Summary: toplevel configure should reject jit as a language if
--enable-host-shared is not supplied
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Keywords: build
Severity: normal
Priority: P3
Component: jit
Assignee: dmalcolm at gcc dot gnu.org
Reporter: pinskia at gcc dot gnu.org
When I was going to test the JIT front-end but since I did not read the
documentation, I did not know I need to configure with --enable-host-shared.
I think it would be a good idea to either default to --enable-host-shared when
jit is a language or have the toplevel configure reject jit as language if
--enable-host-shared is not supplied.