mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
baad3bbbdc
in PR: 59254
16 lines
275 B
Makefile
16 lines
275 B
Makefile
# 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
|
|
|
|
RTEMS_ARCH= sh
|
|
|
|
MASTERDIR= ${.CURDIR}/../i386-rtems-gcc
|
|
.include "${MASTERDIR}/Makefile"
|