blob: 5a4550659130f63b273d22f822cad34490c8317d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: mips-rtems-gcc
# Date created: 9 June 2000
# Whom: James Housley <jim@thehousleys.net>
#
# $FreeBSD$
#
PORTNAME= gcc
MAINTAINER= jeh@FreeBSD.org
RTEMS_ARCH= mips
.include "${.CURDIR}/../i386-rtems-gcc/Makefile"
|