summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-04-17 12:46:26 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-04-17 12:46:26 +0000
commit26aa882b156bfb2766feedda5e38b8d73c165de5 (patch)
tree7877dc886fa05c027417cb012efd50c12ffcc51a
parentNew 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/Makefile1
-rw-r--r--devel/arm-rtems-g77/Makefile13
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"