.hgignore
author Michael Hope <michael.hope@linaro.org>
Wed Oct 19 15:27:32 2011 +1300 (2011-10-19)
changeset 2739 f320e22f2cba
parent 2621 00853d565edf
child 2834 0a0410dd0cb0
permissions -rw-r--r--
arch: add softfp support

Some architectures support a mixed hard/soft floating point, where
the compiler emits hardware floating point instructions, but passes
the operands in core (aka integer) registers.

For example, ARM supports this mode (to come in the next changeset).

Add support for softfp cross compilers to the GCC and GLIBC
configuration. Needed for Ubuntu and other distros that are softfp.

Signed-off-by: Michael Hope <michael.hope@linaro.org>
[yann.morin.1998@anciens.enib.fr: split the original patch]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@1412
     1
syntax: glob
yann@1412
     2
yann@1412
     3
# Generated files
yann@1412
     4
Makefile
yann@2622
     5
*ct-ng*
yann@2622
     6
docs/*ct-ng*.1
yann@2622
     7
docs/*ct-ng*.1.gz
yann@1412
     8
paths.mk
yann@1412
     9
scripts/crosstool-NG.sh
yann@1412
    10
scripts/saveSample.sh
yann@1412
    11
scripts/showTuple.sh
yann@1412
    12
kconfig/conf
yann@2454
    13
kconfig/?conf
yann@1412
    14
kconfig/**.o
yann@1412
    15
kconfig/**.dep
yann@2481
    16
config/configure.in
yann@1412
    17
config.gen/
yann@1412
    18
.config
yann@2468
    19
.config.2
yann@2133
    20
yann@2133
    21
# Temporaries
yann@2133
    22
.*.swp
yann@2339
    23
build.log
yann@1412
    24
.config.old
yann@2133
    25
yann@2133
    26
# This is the place where toolchains are built
yann@2133
    27
.build/
yann@2133
    28
# .. and the legacy location
yann@1412
    29
targets/