diff --git a/devel/Makefile b/devel/Makefile index 458180a21975..35e85ae621af 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -429,6 +429,7 @@ SUBDIR += rinfo SUBDIR += robodoc SUBDIR += rpc2 + SUBDIR += rtems-gcc SUBDIR += ruby-amstd SUBDIR += ruby-byaccr SUBDIR += ruby-date2 diff --git a/devel/rtems-gcc/Makefile b/devel/rtems-gcc/Makefile new file mode 100644 index 000000000000..54250b57d5b4 --- /dev/null +++ b/devel/rtems-gcc/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: i386-rtems-gcc +# Date created: 9 June 2000 +# Whom: James Housley +# +# $FreeBSD$ +# + +PORTNAME= gcc +PORTVERSION= 2.95.2 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= gcc +EXTRACT_ONLY= # Empty + +MAINTAINER= jeh@FreeBSD.org + +NO_BUILD= YES +NO_INSTALL= YES + +.include diff --git a/devel/rtems-gcc/distinfo b/devel/rtems-gcc/distinfo new file mode 100644 index 000000000000..f9e74d8fd3c3 --- /dev/null +++ b/devel/rtems-gcc/distinfo @@ -0,0 +1 @@ +MD5 (gcc-2.95.2.tar.gz) = 0e36957d734286e242e9697fd2806c4f diff --git a/devel/rtems-gcc/pkg-comment b/devel/rtems-gcc/pkg-comment new file mode 100644 index 000000000000..8029d3a029c8 --- /dev/null +++ b/devel/rtems-gcc/pkg-comment @@ -0,0 +1 @@ +A phantom port to fetch the gcc tarball for the RTEMS ports diff --git a/devel/rtems-gcc/pkg-descr b/devel/rtems-gcc/pkg-descr new file mode 100644 index 000000000000..82bab8999844 --- /dev/null +++ b/devel/rtems-gcc/pkg-descr @@ -0,0 +1,7 @@ +This is a phantom port to fetch the gcc tarball used by the +*-rtems-gcc, *-rtems-gcj, *-rtems-g77 and *-rtems-objc ports. + +WWW: http://www.oarcorp.com + +- Jim +jim@thehousleys.net