链接库

GCC 使用特例

  • 参考

  • 例外条文

    When you use GCC to compile a program, GCC may combine portions of certain GCC header files and runtime libraries with the compiled program. The purpose of this Exception is to allow compilation of non-GPL (including proprietary) programs to use, in this way, the header files and runtime libraries covered by this Exception.

    • 使用 GCC 头文件 + 运行时库 Runtime Libraries, 不必使用 GPL 证书

      • 即可以用于专利项目