aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/arm-rtems-chill/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b21cce601524..43f12fcd6fa9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -19,6 +19,7 @@
SUBDIR += arm-elf-gcc295
SUBDIR += arm-rtems-binutils
SUBDIR += arm-rtems-chill
+ SUBDIR += arm-rtems-g77
SUBDIR += as80
SUBDIR += asis
SUBDIR += asl
diff --git a/devel/arm-rtems-chill/Makefile b/devel/arm-rtems-chill/Makefile
new file mode 100644
index 000000000000..0d90ac5f7bee
--- /dev/null
+++ b/devel/arm-rtems-chill/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: arm-rtems-chill
+# Date created: 12 April 2001
+# Whom: James Housley <jim@thehousleys.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= chill
+
+MAINTAINER= jeh@FreeBSD.org
+
+LCLTARGET= arm-rtems
+.include "${.CURDIR}/../i386-rtems-chill/Makefile"