summaryrefslogtreecommitdiff
path: root/debian/control.cross.in
blob: 4bb0bd816ed018806c772bb050fa7852bce8dc8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140

Package: cpp-CROSS_GNU_TYPE
Priority: optional
Architecture: @host_archs@
Multi-Arch: foreign
Section: interpreters
Depends: cpp-${pv:cpp}-CROSS_GNU_TYPE ${reqv:cpp}, ${misc:Depends}
Suggests: cpp-doc
Description: GNU C preprocessor (cpp) for the CROSS_ARCH architecture
 The GNU C preprocessor is a macro processor that is used automatically
 by the GNU C compiler to transform programs before actual compilation.
 .
 This package has been separated from gcc for the benefit of those who
 require the preprocessor but not the cross-compiler for CROSS_ARCH architecture.
 .
 This is a dependency package providing the default GNU C preprocessor
 for the CROSS_ARCH architecture.

Package: gcc-CROSS_GNU_TYPE
Priority: optional
Architecture: @host_archs@
Multi-Arch: foreign
Depends: cpp-CROSS_GNU_TYPE (>= ${version:cpp}),
  gcc-${pv:gcc}-CROSS_GNU_TYPE ${reqv:gcc},
  ${misc:Depends}
Recommends: libc6-dev-CROSS_ARCH-cross | libc-dev-CROSS_ARCH-cross
Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-CROSS_GNU_TYPE, gcc-doc
Description: GNU C compiler for the CROSS_ARCH architecture
 This is the GNU C compiler, a fairly portable optimizing compiler for C.
 .
 This is a dependency package providing the default GNU C cross-compiler
 for the CROSS_ARCH architecture.

Package: g++-CROSS_GNU_TYPE
Priority: optional
Architecture: @host_archs@
Multi-Arch: foreign
Depends: cpp-CROSS_GNU_TYPE (>= ${version:cpp}),
  gcc-CROSS_GNU_TYPE (>= ${version:cpp}),
  g++-${pv:gpp}-CROSS_GNU_TYPE ${reqv:gpp},
  ${misc:Depends}
Description: GNU C++ compiler for the CROSS_ARCH architecture
 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 .
 This is a dependency package providing the default GNU C++ cross-compiler
 for the CROSS_ARCH architecture.

Package: gobjc-CROSS_GNU_TYPE
Priority: optional
Architecture: @host_archs@
Multi-Arch: foreign
Depends: cpp-CROSS_GNU_TYPE (>= ${version:cpp}),
  gcc-CROSS_GNU_TYPE (>= ${version:cpp}),
  gobjc-${pv:gobjc}-CROSS_GNU_TYPE ${reqv:gobjc},
  ${misc:Depends}
Description: GNU Objective-C compiler for the CROSS_ARCH architecture
 This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 supported by the gcc compiler. It uses the gcc backend to generate optimized
 code.
 .
 This is a dependency package providing the default GNU Objective-C
 cross-compiler for the CROSS_ARCH architecture.

Package: gobjc++-CROSS_GNU_TYPE
Priority: optional
Architecture: @host_archs@
Multi-Arch: foreign
Depends: cpp-CROSS_GNU_TYPE (>= ${version:cpp}),
  gcc-CROSS_GNU_TYPE (>= ${version:cpp}),
  gobjc++-${pv:gobjcxx}-CROSS_GNU_TYPE ${reqv:gobjcxx},
  ${misc:Depends}
Recommends: g++-CROSS_GNU_TYPE (>= ${version:cpp}), gobjc-CROSS_GNU_TYPE (>= ${version:cpp})
Description: GNU Objective-C++ compiler for the CROSS_ARCH architecture
 This is the GNU Objective-C++ compiler, which compiles
 Objective-C++ on platforms supported by the gcc compiler. It uses the
 gcc backend to generate optimized code.
 .
 This is a dependency package providing the default GNU Objective-C++
 cross-compiler for the CROSS_ARCH architecture.

Package: gfortran-CROSS_GNU_TYPE
Priority: optional
Architecture: @host_archs@
Multi-Arch: foreign
Depends: cpp-CROSS_GNU_TYPE (>= ${version:cpp}),
  gcc-CROSS_GNU_TYPE (>= ${version:gcc}),
  gfortran-${pv:gfort}-CROSS_GNU_TYPE ${reqv:gfort},
  ${misc:Depends}
Suggests: gfortran-doc
Description: GNU Fortran 95 compiler for the CROSS_ARCH architecture
 This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
 supported by the gcc compiler. It uses the gcc backend to generate optimized
 code.
 .
 This is a dependency package providing the default GNU Fortran 95
 cross-compiler for the CROSS_ARCH architecture.

Package: gccgo-CROSS_GNU_TYPE
Priority: optional
Architecture: @host_archs@
Multi-Arch: foreign
Depends: cpp-CROSS_GNU_TYPE (>= ${version:cpp}),
  g++-CROSS_GNU_TYPE (>= ${version:gcc}),
  gccgo-${pv:ggo}-CROSS_GNU_TYPE ${reqv:ggo},
  ${misc:Depends}
Suggests: gccgo-doc
Description: Go compiler (based on GCC) for the CROSS_ARCH architecture
 This is the GNU Go compiler, which compiles Go on platforms supported by
 the gcc compiler. It uses the gcc backend to generate optimized code.
 .
 This is a dependency package providing the default GNU Go cross-compiler
 for the CROSS_ARCH architecture.

Package: gcj-CROSS_GNU_TYPE
Priority: optional
Architecture: @host_archs@
Multi-Arch: foreign
Depends: cpp-CROSS_GNU_TYPE (>= ${version:cpp}),
  gcj-${pv:gcj}-CROSS_GNU_TYPE ${reqv:gcj},
  ${misc:Depends}
Description: GNU Java compiler (based on GCC) for the CROSS_ARCH architecture
 This is the GNU Java compiler, which compiles java on platforms supported by
 the gcc compiler. It uses the gcc backend to generate optimized code.
 .
 This is a dependency package providing the default GNU Java cross-compiler
 for the CROSS_ARCH architecture.

Package: gdc-CROSS_GNU_TYPE
Priority: optional
Architecture: @host_archs@
Multi-Arch: foreign
Depends: cpp-CROSS_GNU_TYPE (>= ${version:cpp}),
  gdc-${pv:gdc}-CROSS_GNU_TYPE ${reqv:gdc},
  ${misc:Depends}
Description: GNU D compiler (based on GCC) for the CROSS_ARCH architecture
 This is the GNU D compiler, which compiles D on platforms supported by
 the gcc compiler. It uses the gcc backend to generate optimized code.
 .
 This is a dependency package providing the default GNU D cross-compiler
 for the CROSS_ARCH architecture.