Search Criteria
Package Details: djgpp-gcc 10.3.0-1
| Git Clone URL: | https://aur.archlinux.org/djgpp-gcc.git (read-only, click to copy) |
|---|---|
| Package Base: | djgpp-gcc |
| Description: | GCC for the djgpp cross-compiler |
| Upstream URL: | http://gcc.gnu.org |
| Keywords: | build compiler cross djgpp DOS gcc |
| Licenses: | |
| Groups: | |
| Submitter: | felix.s |
| Maintainer: | andris |
| Last Packager: | andris |
| Votes: | 7 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-09-05 19:34 |
| Last Updated: | 2021-04-10 09:00 |
Dependencies (8)
- djgpp-djcrx (djgpp-djcrx-cvs, djgpp-djcrx-bootstrap)
- gcc-ada (gcc-ada-git, gcc-ada-debug)
- libmpc (libmpc-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git, zlib-ng)
- djgpp-binutils>=2.30
- unzip (unzip-natspec, unzip-iconv) (make)
- djgpp-djcrx (djgpp-djcrx-cvs, djgpp-djcrx-bootstrap) (optional) – headers and utilities
- djgpp-djcrx-bootstrap (optional) – first build of djgpp-gcc before djgpp-djcrx is built
Required by (4)
- comcom32 (make)
- djgpp-allegro4 (make)
- djgpp-djcrx (make)
- djgpp-djcrx-cvs (make)
Latest Comments
1 2 Next › Last »
croscato commented on 2020-11-24 12:18
It's is possible to include a gdb build to this package?
severach commented on 2020-04-07 20:40
optdepends+=('djgpp-djcrx-bootstrap: first build of djgpp-gcc before djgpp-djcrx')
magiblot commented on 2020-03-25 01:05
gcc-ada is a make dependency.
andris commented on 2019-09-01 17:15
One is expected to use djgpp-djcrs normally. Therefore it is in dependecies of djgpp-gcc.
djgpp-djcrx-bootstrap is only for the very first build of djgpp-gcc before djgpp-djcrx can be built to break circular dependency. Therefore it provides name djgpp-djcrx. One is expected to build djgpp-djcrx (or djgpp-djcrx-cvs) after djgpp-gcc is installed
Similarly one can use djgpp-djcrx-cvs to get current CVS sources instead. It also provides name djgpp-djcrx to be usable instead of normal djgpp-djcrx
ron2138 commented on 2019-03-16 18:10
andris, who commented on 2019-02-23 07:25:
Wouldn't it be better to depends on djgpp-djcrx-bootstrap rather than djgpp-djcrx? That is,
andris commented on 2019-02-23 07:25
One can install djgpp-djcrx-bootstrap which do not depend on djgpp-gcc in initial build. djgpp-djcrx can replace djgpp-djcrx-bootstrap after that
bparker commented on 2019-01-05 19:57
There is a circular dependency problem. This package depends on another package (djgpp-djcrx) that also depends on this one, so it's impossible to build.
felix.s commented on 2016-05-02 12:52
Fixed, thanks.
Do you want to be added to the co-maintainers list?
Schala commented on 2016-04-30 18:42
rm -f "${pkgdir}/usr/lib/gcc/$_target/$pkgver/include-fixed"
needs to be
rm -r "${pkgdir}/usr/lib/gcc/$_target/$pkgver/include-fixed"
felix.s commented on 2016-04-29 03:37
The compiler was built, but libstdc++ wasn't. Fixed now.