COPYING
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 30 20:02:13 2007 +0000 (2007-07-30)
changeset 305 00a7e6c275da
parent 191 e9483f539bce
child 338 43ff52fb85e6
permissions -rw-r--r--
Remove any reference to libfloat. That has gone once and for all.

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.
     1 Unless otherwise stated in individaul files, this work is licensed to you under
     2 the following terms.
     3 
     4 - Files in docs/ are available under the Creative Commons Attribution, Share
     5   Alike (by-sa), v2.5, to be found there:
     6     licenses.d/by-sa/deed.en     (human-readable summary)
     7     licenses.d/by-sa/legalcode   (legal code, the full license)
     8     
     9 - Files found in patches/*/ are available under the same license as the
    10   software they apply to.
    11   As a rule of thumb:
    12     patches/uClibc/*/*.patch  : available under the LGPL v2.1
    13     patches/glibc/*/*.patch   : ditto
    14     patches/dmalloc/*/*.patch : ditto
    15     patches/*/*/*.patch not covered by any license above:
    16                                 GPL v2 (some are GPL v2 or later, see the
    17                                 full source).
    18 
    19 - Other files not covered by the above licenses, and not covered by an
    20   individual license specified in the file itself, or an accompanying file,
    21   are available under the GNU General Public License (GPL), v2, to be found
    22   here:
    23     licenses.d/gpl.txt