blob: 636dfe13cb9b444ad4e1d6a1d35c08ffc39e1885 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: i386-rtems-gcc
# Date created: 10 June 2007
# Whom: Stanislav Sedov <stas@FreeBSD.org>
#
# $FreeBSD$
#
MAINTAINER= stas@FreeBSD.org
TGTARCH= i386
TGTABI= rtems
WITH_RTEMS_PATCHES= yes
MASTERDIR= ${.CURDIR}/../cross-gcc
.include "${MASTERDIR}/Makefile"
|