diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-06-24 08:05:29 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-06-24 08:05:29 +0000 |
commit | 1b79da633273e8143264f7f0ccfc028f4ac957c2 (patch) | |
tree | e14c7925a6d9f9dbd216b3a8d15cf6a5db63d8de /devel/cross-gcc/pkg-descr | |
parent | d62f950ac1e6253165dd882b8ab907bb4bf87cdb (diff) |
Notes
Diffstat (limited to 'devel/cross-gcc/pkg-descr')
-rw-r--r-- | devel/cross-gcc/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/cross-gcc/pkg-descr b/devel/cross-gcc/pkg-descr new file mode 100644 index 000000000000..8fc0a9b474f6 --- /dev/null +++ b/devel/cross-gcc/pkg-descr @@ -0,0 +1,18 @@ +FSF gcc for cross-target development. This port brings C, C++ and +Objective C compillers 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. + +-- Stanislav Sedov <stas@FreeBSD.org> + +WWW: http://gcc.gnu.org/ |