New port in the RTEMS collection for the "arm" processor.

This commit is contained in:
James E. Housley 2001-04-17 12:47:51 +00:00
parent 94d7dd9378
commit 28591b38dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41553
3 changed files with 27 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += arm-rtems-g77
SUBDIR += arm-rtems-gcc
SUBDIR += arm-rtems-gcj
SUBDIR += arm-rtems-objc
SUBDIR += as80
SUBDIR += asis
SUBDIR += asl

View File

@ -0,0 +1,13 @@
# New ports collection makefile for: arm-rtems-gcj
# Date created: 12 April 2001
# Whom: James Housley <jim@thehousleys.net>
#
# $FreeBSD$
#
PORTNAME= gcj
MAINTAINER= jeh@FreeBSD.org
LCLTARGET= arm-rtems
.include "${.CURDIR}/../i386-rtems-gcj/Makefile"

View File

@ -0,0 +1,13 @@
# New ports collection makefile for: arm-rtems-objc
# Date created: 12 April 2001
# Whom: James Housley <jim@thehousleys.net>
#
# $FreeBSD$
#
PORTNAME= objc
MAINTAINER= jeh@FreeBSD.org
LCLTARGET= arm-rtems
.include "${.CURDIR}/../i386-rtems-objc/Makefile"