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

This commit is contained in:
James E. Housley 2001-04-17 13:23:57 +00:00
parent 2ba165227b
commit 771f6ad4c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41558
2 changed files with 14 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-gdb
SUBDIR += arm-rtems-objc
SUBDIR += as80
SUBDIR += asis

View File

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