New port in the RTEMS collection for the "arm" processor.
This commit is contained in:
parent
94d7dd9378
commit
28591b38dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41553
@ -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
|
||||
|
13
devel/arm-rtems-gcj/Makefile
Normal file
13
devel/arm-rtems-gcj/Makefile
Normal 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"
|
13
devel/arm-rtems-objc/Makefile
Normal file
13
devel/arm-rtems-objc/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user