[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
If libgccjit is part of the final executable of a client program does it need to be GPL?
- To: jit@gcc.gnu.org
- Subject: If libgccjit is part of the final executable of a client program does it need to be GPL?
- From: Hayden Livingston <halivingston@gmail.com>
- Date: Wed, 22 Apr 2015 10:02:26 -0700
- Authentication-results: sourceware.org; auth=none
- Delivered-to: listarch-jit@gcc.gnu.org
- Delivered-to: mailing list jit@gcc.gnu.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0U3Rlq81Jnq5C5moDY8vxIcVQ7D8yVh4OCfa/74pLJE=; b=wDOKBThaRg3XE05olAUj03twq3SuHJH2JuvEPn/gnBkMTt8cSZy/5EzCA5YFgJxRLv 4CeSHxe7r2PUSOZzoq7mkXVY9+L6+HVwgqzTA0MtBG5hJKwh6ZqNbtyPcWGnCI6X75ou gxbOGwdEc045Fi6fRPRY9HrNLKT569pTyKLzsRZcd9ZdiJepdrVExnzurdjOiE/n5fPc 4n07uKpGdBUyuemsFexfETaUmgYXMiydlTk/2El6NHppnO+ori8FlnZjiNw8ToL6/Tvi ijciTtx2v+Yo07Kj1L5VCBJLrRIE81FmSf/zHP7YvNGOMq08ZbMGF/5cR4nwlAqDIwN6 5Hdw==
- List-help: <mailto:jit-help@gcc.gnu.org>
- List-post: <mailto:jit@gcc.gnu.org>
- List-subscribe: <mailto:jit-subscribe@gcc.gnu.org>
- Mailing-list: contact jit-help@gcc.gnu.org; run by ezmlm
- Sender: jit-owner@gcc.gnu.org
I didn't see any FAQ related to this, but if I build my language
compiler on top of libgccjit, and the JIT compiler is part of the
final executable that my client (i.e. a developer using my language)
.. does that final executable need to be released as GPL?
Or libgccjit is covered under the linking exception?