Library for execution after a Compilation Process, or makes use of aninterface provided by the Runtime Library, but is not otherwise basedon the Runtime Library."GCC" means a version of the GNU Compiler Collection, with or withoutmodifications, governed by version 3 (or a specified later version) ofthe GNU General Public License (GPL) with the option of using anysubsequent versions published by the FSF."GPL-compatible Software" is software whose conditions of propagation,modification and use would permit combination with GCC in accord withthe license of GCC."Target Code" refers to output from any compiler for a real or virtualtarget processor architecture, in executable form or suitable forinput to an assembler, loader, linker and/or executionphase. Notwithstanding that, Target Code does not include data in anyformat that is used as a compiler intermediate representation, or usedfor producing a compiler intermediate representation.The "Compilation Process" transforms code entirely represented innon-intermediate languages designed for human-written code, and/or inJava Virtual Machine byte code, into Target Code. Thus, for example,use of source code generators and preprocessors need not be consideredpart of the Compilation Process, since the Compilation Process can beunderstood as starting with the output of the generators orpreprocessors.A Compilation Process is "Eligible" if it is done using GCC, alone orwith other GPL-compatible software, or if it is done without using anywork based on GCC. For example, using non-GPL-compatible Software tooptimize any GCC intermediate representations would not qualify as anEligible Compilation Process.1. Grant of Additional Permission.You have permission to propagate a work of Target Code formed bycombining the Runtime Library with Independent Modules, even if suchpropagation would otherwise violate the terms of GPLv3, provided thatall Target Code was generated by Eligible Compilation Processes. Youmay then convey such a combination under terms of your choice,consistent with the licensing of the Independent Modules.2. No Weakening of GCC Copyleft.The availability of this Exception does not imply any generalpresumption that third-party software is unaffected by the copyleftrequirements of the license of GCC.Hopefully that text is self-explanatory. If it isn't, you need to speak to your lawyer, or the Free Software Foundation.///////////////////////////////////////////////////////////////////GNU GENERAL PUBLIC LICENSE(Apple OS Exception Case) for MAC Driver