blob: 23e36f7943abffacb53c21766992344104d62da2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: sh-rtems-gcc
# Date created: 9 June 2000
# Whom: James Housley <jim@thehousleys.net>
#
# $FreeBSD$
#
PORTNAME= gcc
MAINTAINER= jeh@FreeBSD.org
LCLTARGET= sh-rtems
BROKEN= "Generates an internal compiler error. Under investigation."
.include "${.CURDIR}/../i386-rtems-gcc/Makefile"
|