aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cross-gcc/pkg-descr
blob: 8d52bef532598dcaab245a9f4e70cd80d7a337f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/