summaryrefslogtreecommitdiffstats
path: root/utils/crosstool-ng/DETAILS
blob: 5f31f3c027262531dc847565899e9b098241e79e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
           SPELL=crosstool-ng
         VERSION=1.20.0
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://crosstool-ng.org/download/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:42aa93fbdfb2daa9055d7aeba7539a59960caad9d674fb3ca8ed74353da75a49a799896777cf9511a54b4d47de0cb5d206fd7c5200f19067f9c8090a46b39653
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://crosstool-ng.org"
      LICENSE[0]=GPL
         ENTERED=20110801
           SHORT="toolchains builder"
cat << EOF
crosstool-NG aims at building toolchains. Toolchains are an essential component
in a software development project. It will compile, assemble and link the code
that is being developed. Some pieces of the toolchain will eventually end up in
the resulting binary/ies: static libraries are but an example.
EOF