diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-04-17 12:46:26 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-04-17 12:46:26 +0000 |
commit | 26aa882b156bfb2766feedda5e38b8d73c165de5 (patch) | |
tree | 7877dc886fa05c027417cb012efd50c12ffcc51a | |
parent | New port in the RTEMS collection for the "arm" processor. (diff) |
New port in the RTEMS collection for the "arm" processor.
Notes
Notes:
svn path=/head/; revision=41551
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/arm-rtems-g77/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 43f12fcd6fa9..c984eeb5e674 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -20,6 +20,7 @@ SUBDIR += arm-rtems-binutils SUBDIR += arm-rtems-chill SUBDIR += arm-rtems-g77 + SUBDIR += arm-rtems-gcc SUBDIR += as80 SUBDIR += asis SUBDIR += asl diff --git a/devel/arm-rtems-g77/Makefile b/devel/arm-rtems-g77/Makefile new file mode 100644 index 000000000000..4c3699361f1e --- /dev/null +++ b/devel/arm-rtems-g77/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: arm-rtems-g77 +# Date created: 12 April 2001 +# Whom: James Housley <jim@thehousleys.net> +# +# $FreeBSD$ +# + +PORTNAME= g77 + +MAINTAINER= jeh@FreeBSD.org + +LCLTARGET= arm-rtems +.include "${.CURDIR}/../i386-rtems-g77/Makefile" |