mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
7131764f9c
Rationale: Most of the time, soft-float problems are caused by this sucker of gcc: it has support for soft float for all of the targets I've tried so far, but does not activate this code until you dwelve into half a dozen of files to make it accept to build and link the support code... So, yes: gcc has soft-float support. And again, yes: gcc is a sucker.
24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
Unless otherwise stated in individaul files, this work is licensed to you under
|
|
the following terms.
|
|
|
|
- Files in docs/ are available under the Creative Commons Attribution, Share
|
|
Alike (by-sa), v2.5, to be found there:
|
|
licenses.d/by-sa/deed.en (human-readable summary)
|
|
licenses.d/by-sa/legalcode (legal code, the full license)
|
|
|
|
- Files found in patches/*/ are available under the same license as the
|
|
software they apply to.
|
|
As a rule of thumb:
|
|
patches/uClibc/*/*.patch : available under the LGPL v2.1
|
|
patches/glibc/*/*.patch : ditto
|
|
patches/dmalloc/*/*.patch : ditto
|
|
patches/*/*/*.patch not covered by any license above:
|
|
GPL v2 (some are GPL v2 or later, see the
|
|
full source).
|
|
|
|
- Other files not covered by the above licenses, and not covered by an
|
|
individual license specified in the file itself, or an accompanying file,
|
|
are available under the GNU General Public License (GPL), v2, to be found
|
|
here:
|
|
licenses.d/gpl.txt
|