aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-06-24 08:05:29 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-06-24 08:05:29 +0000
commit1b79da633273e8143264f7f0ccfc028f4ac957c2 (patch)
treee14c7925a6d9f9dbd216b3a8d15cf6a5db63d8de /devel/Makefile
parentd62f950ac1e6253165dd882b8ab907bb4bf87cdb (diff)
downloadports-1b79da633273e8143264f7f0ccfc028f4ac957c2.tar.gz
ports-1b79da633273e8143264f7f0ccfc028f4ac957c2.zip
- Add devel/cross-gcc port.
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. WWW: http://gcc.gnu.org/
Notes
Notes: svn path=/head/; revision=194155
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f94ab6ac3054..6aff29fd3899 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -179,6 +179,7 @@
SUBDIR += cppunit
SUBDIR += cproto
SUBDIR += cross-binutils
+ SUBDIR += cross-gcc
SUBDIR += crow
SUBDIR += cscope
SUBDIR += cscout