diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 04:39:00 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 04:39:00 +0000 |
commit | 64abf3fd40b0cd959936b35514169f9227252c23 (patch) | |
tree | 45a43789b5ba5ac64d1f15a02587328b7af41b9f /devel/Makefile | |
parent | C/C++, CHILL, F77, JAVA, OBJC, binutils, and gdb from the RTEMS RTOS for (diff) |
Activating the g-wrap port and the RTEMS ports.
Diffstat (limited to '')
-rw-r--r-- | devel/Makefile | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3551152c8cee..3f1cb1a10209 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -64,6 +64,7 @@ SUBDIR += fpp SUBDIR += freelibiberty SUBDIR += ftnchek + SUBDIR += g-wrap SUBDIR += gaa SUBDIR += gcc-6811 SUBDIR += gcc-m68k @@ -81,6 +82,16 @@ SUBDIR += gnustep SUBDIR += gperf SUBDIR += gtksheet + SUBDIR += i386-rtems-binutils + SUBDIR += i386-rtems-chill + SUBDIR += i386-rtems-g77 + SUBDIR += i386-rtems-gcc + SUBDIR += i386-rtems-gcj + SUBDIR += i386-rtems-gdb + SUBDIR += i386-rtems-objc + SUBDIR += i960-rtems-binutils + SUBDIR += i960-rtems-gcc + SUBDIR += i960-rtems-gdb SUBDIR += id-utils SUBDIR += idle SUBDIR += ilu @@ -126,6 +137,13 @@ SUBDIR += linuxthreads SUBDIR += lwp SUBDIR += m4 + SUBDIR += m68k-rtems-binutils + SUBDIR += m68k-rtems-chill + SUBDIR += m68k-rtems-g77 + SUBDIR += m68k-rtems-gcc + SUBDIR += m68k-rtems-gcj + SUBDIR += m68k-rtems-gdb + SUBDIR += m68k-rtems-objc SUBDIR += makedepend SUBDIR += mico SUBDIR += mime @@ -133,6 +151,13 @@ SUBDIR += mingw-bin-msvcrt SUBDIR += mingw-binutils SUBDIR += mingw-gcc + SUBDIR += mips64orion-rtems-binutils + SUBDIR += mips64orion-rtems-chill + SUBDIR += mips64orion-rtems-g77 + SUBDIR += mips64orion-rtems-gcc + SUBDIR += mips64orion-rtems-gcj + SUBDIR += mips64orion-rtems-gdb + SUBDIR += mips64orion-rtems-objc SUBDIR += mkcmd SUBDIR += mkmf SUBDIR += mm @@ -205,6 +230,13 @@ SUBDIR += popt SUBDIR += portcheckout SUBDIR += portlint + SUBDIR += powerpc-rtems-binutils + SUBDIR += powerpc-rtems-chill + SUBDIR += powerpc-rtems-g77 + SUBDIR += powerpc-rtems-gcc + SUBDIR += powerpc-rtems-gcj + SUBDIR += powerpc-rtems-gdb + SUBDIR += powerpc-rtems-objc SUBDIR += prcs SUBDIR += pth SUBDIR += pth-devel @@ -227,8 +259,22 @@ SUBDIR += sdl SUBDIR += sdl-devel SUBDIR += sfio + SUBDIR += sh-rtems-binutils + SUBDIR += sh-rtems-chill + SUBDIR += sh-rtems-g77 + SUBDIR += sh-rtems-gcc + SUBDIR += sh-rtems-gcj + SUBDIR += sh-rtems-gdb + SUBDIR += sh-rtems-objc SUBDIR += shtool SUBDIR += sip + SUBDIR += sparc-rtems-binutils + SUBDIR += sparc-rtems-chill + SUBDIR += sparc-rtems-g77 + SUBDIR += sparc-rtems-gcc + SUBDIR += sparc-rtems-gcj + SUBDIR += sparc-rtems-gdb + SUBDIR += sparc-rtems-objc SUBDIR += stlport SUBDIR += str SUBDIR += swarm |