Welcome, Guest. Please login or register.

Author Topic: Question about amiga-gcc and GCC Runtime Library Exception  (Read 1886 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline TextureMindTopic starter

  • Newbie
  • *
  • Join Date: Aug 2024
  • Posts: 7
  • Country: it
  • Gender: Male
    • Show only replies by TextureMind
    • TextureMind
Question about amiga-gcc and GCC Runtime Library Exception
« on: February 27, 2025, 12:12:34 PM »
Hi. My question is simple:

Is the GCC Runtime Library Exception still valid for amiga-gcc?

https://www.gnu.org/licenses/gcc-exception-3.1.en.html

It allows proprietary programs to be compiled with GCC without requiring them to be GPL-licensed.
I was looking for amiga-gcc but I don't see where the exception is explicitly mentioned in the online
repos. I see that:

https://github.com/bebbo/amiga-gcc

talks about GPL v2, while Bartman's plugin:

https://github.com/BartmanAbyss/vscode-amiga-debug

is about GPL v3 but the runtime library exception is not mentioned.

This is confusing. Do you have more information about? Thanks in advance.
 

Offline ncafferkey

  • Sr. Member
  • ****
  • Join Date: Feb 2003
  • Posts: 387
    • Show only replies by ncafferkey
Re: Question about amiga-gcc and GCC Runtime Library Exception
« Reply #1 on: March 01, 2025, 01:34:03 AM »
So you’re expecting that vs-amiga-gcc would include the exception because GCC is part of it? I would too. It should be the same as the original GCC version it’s based on. You might want to check the licence of the original GCC 12 from the GNU website.