There is no maintainer for this port. Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org Port Added: 10 Jul 2000 01:32:35 License: not specified in port
FSF gcc for cross-target development. This port brings C, C++ and
Objective C compilers with all target libraries (libstdc++, libsupc++,
libobjc, libssp, libgcc). Gloss and libc layer are provided through
newlib embedded C library.
It can be used to cross-compile operating system kernels (e.g. Linux, L4, etc)
for this architecture.
Use TGTARCH switch to select target architecture, and TGTABI to select ABI.
E.g. the following command will build toolchain for rtems on sparc:
% make TGTARCH=sparc TGTABI=rtems
If you encounter any problems building/using/installing this port, please
make me know. It would help to improve this port in feature.
WWW: http://gcc.gnu.org/
To install the port:cd /usr/ports/devel/sparc-rtems-gcc/ && make install clean To add the package:pkg_add -r sparc-rtems-gcc
Configuration Options
===> The following configuration options are available for sparc-rtems-gcc-4.5.2:
CXX=on (default) "Enable C++ language support"
OBJC=on (default) "Enable Objective C support"
FORTRAN=off (default) "Enable Fortran support"
===> Use 'make config' to modify these settings
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
- Update the rtems ports collection. Now these ports will be slaves of
more generic cross-* ports, that will simplify updating and bug fixes.
* Update binutils to 2.17
* Update gcc to 4.2.0
* Update gdb to 6.6
- Deprecate ports for i960 architecture abandoned by mainstream
- Deprecate *-g77 and *-objc ports, support for these languages can
be enabled via OPTIONS in relative *-gcc ports.
- Take maintainership.
Approved by: ade (maintainer)
Since there are a number of issues associated with the *-rtems-* ports
as a result of the new gettext, and given the jeh@ is currently on
sabbatical, with these ports (amongst others) being reset to ports@,
temporarily take over maintainership to cut through a little red tape
to get things back in order.
Add MACHINE_ARCH to MAKE_ENV to try and stop stupid breakage on 5.x
bento builds caused by it forcing it's maching arch onto the ports.
No PORTREVISION bump required, they don't build now.