2015-12-08 09:20:11 +00:00
|
|
|
Source: crosstool-ng
|
2016-02-24 07:18:07 +00:00
|
|
|
Section: devel
|
2015-12-08 09:20:11 +00:00
|
|
|
Priority: optional
|
2016-02-24 07:18:07 +00:00
|
|
|
Maintainer: Multiple Candidates <open@example.com>
|
|
|
|
Build-Depends: debhelper (>= 9), autoconf, automake, autotools-dev,
|
2018-04-29 18:29:54 +00:00
|
|
|
libncursesw5-dev, libncurses5-dev, bison, flex, curl, wget,
|
2016-02-24 07:18:07 +00:00
|
|
|
texinfo, help2man, gawk, git, subversion, bzip2, libtool-bin
|
|
|
|
Standards-Version: 3.9.8
|
2015-12-08 09:20:11 +00:00
|
|
|
Homepage: http://crosstool-ng.org/
|
|
|
|
|
|
|
|
Package: crosstool-ng
|
|
|
|
Architecture: any
|
2016-02-24 07:18:07 +00:00
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, build-essential, texinfo
|
2018-04-29 18:29:54 +00:00
|
|
|
Recommends: curl | wget
|
2016-02-24 07:18:07 +00:00
|
|
|
Description: create your own cross toolchains
|
|
|
|
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.
|
|
|
|
.
|
|
|
|
The usual toolchain is called "native" and is in packages
|
|
|
|
like 'clang' and 'gcc' (This package is not needed for doing
|
|
|
|
native development).
|
|
|
|
.
|
|
|
|
This package is for generating toolchains when doing development
|
|
|
|
on a foreign architecture (when you need a cross compiler).
|