./cross/freemint-gcc, GCC compiler for FreeMiNT

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.6.4nb3, Package name: cross-freemint-gcc-4.6.4nb3, Maintainer: ryoon

gcc for FreeMiNT (OS for Atari ST) cross-compile environment.


Required to run:
[shells/bash] [math/mpfr] [devel/gmp] [math/mpcomplex] [cross/freemint-binutils] [cross/freemint-mintbin] [cross/freemint-mintlib] [cross/freemint-pml]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 70318.434 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-29 19:33:17 by Jonathan Schleifer | Files touched by this commit (2)
Log message:
freemint-gcc: Enable ObjC and ObjC++
   2021-11-18 17:05:28 by Nia Alarie | Files touched by this commit (2)
Log message:
freemint-*: disable MKPIE some more
   2021-10-26 12:07:57 by Nia Alarie | Files touched by this commit (59)
Log message:
cross: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be fetched
conditionally):

./cross/avr-gcc/distinfo isl-0.24.tar.bz2
   2021-10-07 15:30:28 by Nia Alarie | Files touched by this commit (60)
Log message:
cross: Remove SHA1 hashes for distfiles
   2020-08-07 16:09:01 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(cross/freemint-gcc) Fix build by adding the same patches as freemint-mintlib
   2018-01-28 17:24:15 by Thomas Klausner | Files touched by this commit (71)
Log message:
recursive bump after mpfr shlib major bump
   2016-12-21 14:34:16 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Another freemint package, another GCC in need of patching.
   2015-11-25 13:49:12 by Jonathan Perkin | Files touched by this commit (3)
Log message:
Remove mk/find-prefix.mk usage from the cross category.

The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.