This is port to fetch the gcc tarball for the *-rtems-(gcc|gcj|g77|objc)

ports.  These need both gcc and newlib fetched, and since they have
different master sites, this was the cleanest way.
This commit is contained in:
James E. Housley 2001-06-29 12:36:48 +00:00
parent d8b2fbe7aa
commit 98d4111463
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44556
5 changed files with 30 additions and 0 deletions

View file

@ -429,6 +429,7 @@
SUBDIR += rinfo
SUBDIR += robodoc
SUBDIR += rpc2
SUBDIR += rtems-gcc
SUBDIR += ruby-amstd
SUBDIR += ruby-byaccr
SUBDIR += ruby-date2

20
devel/rtems-gcc/Makefile Normal file
View file

@ -0,0 +1,20 @@
# New ports collection makefile for: i386-rtems-gcc
# Date created: 9 June 2000
# Whom: James Housley <jim@thehousleys.net>
#
# $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 <bsd.port.mk>

1
devel/rtems-gcc/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (gcc-2.95.2.tar.gz) = 0e36957d734286e242e9697fd2806c4f

View file

@ -0,0 +1 @@
A phantom port to fetch the gcc tarball for the RTEMS ports

View file

@ -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