pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross Remove broken package containing toolchain for n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/430f6502e67f
branches:  trunk
changeset: 568196:430f6502e67f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 07 10:07:43 2009 +0000

description:
Remove broken package containing toolchain for now-removed
NetBSD/playstation2 port.

diffstat:

 cross/Makefile                            |    3 +-
 cross/mipsEEel-netbsd/DESCR               |    5 -
 cross/mipsEEel-netbsd/Makefile            |  104 ------------
 cross/mipsEEel-netbsd/PLIST               |  111 -------------
 cross/mipsEEel-netbsd/distinfo            |   20 --
 cross/mipsEEel-netbsd/patches/binutils-aa |   13 -
 cross/mipsEEel-netbsd/patches/binutils-ab |   14 -
 cross/mipsEEel-netbsd/patches/binutils-ac |   13 -
 cross/mipsEEel-netbsd/patches/binutils-ad |   26 ---
 cross/mipsEEel-netbsd/patches/binutils-ae |   16 -
 cross/mipsEEel-netbsd/patches/binutils-af |   15 -
 cross/mipsEEel-netbsd/patches/binutils-ag |   14 -
 cross/mipsEEel-netbsd/patches/gcc-aa      |   35 ----
 cross/mipsEEel-netbsd/patches/gcc-ab      |  255 ------------------------------
 cross/mipsEEel-netbsd/patches/gcc-ac      |   13 -
 cross/mipsEEel-netbsd/patches/gcc-ad      |   16 -
 cross/mipsEEel-netbsd/patches/gcc-ae      |   15 -
 cross/mipsEEel-netbsd/patches/gcc-af      |   14 -
 18 files changed, 1 insertions(+), 701 deletions(-)

diffs (truncated from 784 to 300 lines):

diff -r f0a120e43317 -r 430f6502e67f cross/Makefile
--- a/cross/Makefile    Mon Dec 07 09:24:46 2009 +0000
+++ b/cross/Makefile    Mon Dec 07 10:07:43 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2008/10/08 19:54:24 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2009/12/07 10:07:43 wiz Exp $
 #
 
 COMMENT=       Cross-platform development utilities
@@ -23,7 +23,6 @@
 SUBDIR+=       i386-msdosdjgpp
 SUBDIR+=       i386-netbsdpe
 SUBDIR+=       icdprog
-SUBDIR+=       mipsEEel-netbsd
 SUBDIR+=       uisp
 
 .include "../mk/misc/category.mk"
diff -r f0a120e43317 -r 430f6502e67f cross/mipsEEel-netbsd/DESCR
--- a/cross/mipsEEel-netbsd/DESCR       Mon Dec 07 09:24:46 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-This is a cross compiler for mipsEEel, R5900 Emotion Engine,
-which is the CPU of PlayStation2.
-
-The cross compiler was tested only for compiling the NetBSD
-kernel.
diff -r f0a120e43317 -r 430f6502e67f cross/mipsEEel-netbsd/Makefile
--- a/cross/mipsEEel-netbsd/Makefile    Mon Dec 07 09:24:46 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,104 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2009/12/05 15:21:29 pooka Exp $
-
-DISTNAME=      cross-${TARGET_ARCH}-${DISTVERSION}
-TARGET_ARCH=   mipsEEel-netbsd
-DISTVERSION=   1.0.0
-PKGREVISION=   2
-CATEGORIES+=   cross lang
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-COMMENT=       Cross-compiler for NetBSD/PlayStation2 kernel
-
-USE_TOOLS+=    gmake makeinfo bzcat patch
-
-WRKSRC=                ${WRKDIR}
-
-# We don't use CROSSBASE because the binutils are not the same as binutils
-# for other cross compilers.
-#USE_CROSSBASE=        yes
-TARGET_DIR=    ${PREFIX}/cross-ps2
-PLIST_SUBST+=  SUBDIR="cross-ps2" TARGET_ARCH=${TARGET_ARCH:Q} \
-               GCC_VERSION=${GCC_VERSION:Q}
-
-#
-# binutils
-#
-MASTER_SITES+=         ftp://ftp.NetBSD.org/pub/NetBSD/misc/hamajima/PlayStation2/GPLed-from-SCEI/binutils-2.9EE/
-DISTFILES+=            binutils-ps2linux-1.0.0.patch.bz2
-BINUTILS_PATCH1=       ${_DISTDIR}/binutils-ps2linux-1.0.0.patch.bz2
-
-BINUTILS_DISTNAME=     binutils-2.9EE
-BINUTILS_WRKSRC=       ${WRKDIR}/${BINUTILS_DISTNAME}
-DISTFILES+=            ${BINUTILS_DISTNAME}.tar.gz
-EXTRACT_ONLY=          ${BINUTILS_DISTNAME}.tar.gz
-
-#
-# gcc
-#
-MASTER_SITES+=         ftp://ftp.NetBSD.org/pub/NetBSD/misc/hamajima/PlayStation2/GPLed-from-SCEI/gcc-2.95.2EE/
-SITES.gcc-2.95.2.tar.gz=       ${MASTER_SITE_GNU:=gcc/}
-GCC_VERSION=           2.95.2
-GCC_DISTNAME=          gcc-${GCC_VERSION}
-GCC_WRKSRC=            ${WRKDIR}/${GCC_DISTNAME}
-DISTFILES+=            ${GCC_DISTNAME}.tar.gz
-EXTRACT_ONLY+=         ${GCC_DISTNAME}.tar.gz
-DISTFILES+=            gcc-${GCC_VERSION}-frankengcc-patches.patch.bz2
-GCC_PATCH0=            ${_DISTDIR}/gcc-${GCC_VERSION}-frankengcc-patches.patch.bz2
-DISTFILES+=            gcc-${GCC_VERSION}-single-float-const.patch.bz2
-GCC_PATCH1=            ${_DISTDIR}/gcc-${GCC_VERSION}-single-float-const.patch.bz2
-DISTFILES+=            gcc-ps2linux-1.0.0.patch.bz2
-GCC_PATCH2=            ${_DISTDIR}/gcc-ps2linux-1.0.0.patch.bz2
-BUILD_DEPENDS+=                bison-[0-9]*:../../devel/bison
-
-pre-patch: binutils-patch gcc-patch
-do-configure: binutils-configure gcc-configure
-do-build: binutils-build gcc-build
-do-install: binutils-install gcc-install
-
-binutils-patch:
-       ${BZCAT} ${BINUTILS_PATCH1} | ${PATCH} -d ${BINUTILS_WRKSRC} --forward --quiet -p1 -E
-       for i in patches/binutils-*; do \
-               ${PATCH} -d ${BINUTILS_WRKSRC} --forward --quiet -E < $$i; \
-       done
-
-binutils-configure:
-       ${MKDIR} ${BINUTILS_WRKSRC}/obj
-       cd ${BINUTILS_WRKSRC}/obj && ../configure --prefix=${TARGET_DIR} \
-               --target=${TARGET_ARCH}
-
-binutils-build:
-       ${GMAKE} -C ${BINUTILS_WRKSRC}/obj
-
-binutils-install:
-       ${GMAKE} -C ${BINUTILS_WRKSRC}/obj install
-
-gcc-patch:
-       ${BZCAT} ${GCC_PATCH0} | ${PATCH} -d ${GCC_WRKSRC} --forward --quiet -p1 -E
-       ${BZCAT} ${GCC_PATCH1} | ${PATCH} -d ${GCC_WRKSRC} --forward --quiet -p1 -E
-       ${BZCAT} ${GCC_PATCH2} | ${PATCH} -d ${GCC_WRKSRC} --forward --quiet -p1 -E
-       for i in patches/gcc-*; do \
-               ${PATCH} -d ${GCC_WRKSRC} --forward --quiet -E < $$i; \
-       done
-
-gcc-configure:
-       ${MKDIR} ${GCC_WRKSRC}/obj
-       cd ${GCC_WRKSRC}/obj && ../configure --prefix=${TARGET_DIR} \
-               --enable-shared --target=${TARGET_ARCH} \
-               --enable-languages=c --with-gnu-as \
-               --with-gnu-ld --disable-nls
-       -${RM} ${GCC_WRKSRC}/obj/texinfo/makeinfo/Makefile
-
-gcc-build:
-       ${LN} -sf ${BINUTILS_WRKSRC}/obj/gas/as-new ${GCC_WRKSRC}/obj/gcc/as
-       ${LN} -sf ${BINUTILS_WRKSRC}/obj/ld/ld-new ${GCC_WRKSRC}/obj/gcc/ld
-       ${GMAKE} -C ${GCC_WRKSRC}/obj/libiberty
-#      ${GMAKE} -C ${GCC_WRKSRC}/obj/texinfo
-       ${GMAKE} -C ${GCC_WRKSRC}/obj/gcc LIBGCC="" LIBGCC1_TEST="" INSTALL_LIBGCC=""
-
-gcc-install:
-       ${GMAKE} -C ${GCC_WRKSRC}/obj/gcc install-common install-headers \
-               install-cpp lang.install-normal install-driver
-
-# just uses autoheader -- any version is ok
-USE_TOOLS+=    autoconf
-
-.include "../../mk/bsd.pkg.mk"
diff -r f0a120e43317 -r 430f6502e67f cross/mipsEEel-netbsd/PLIST
--- a/cross/mipsEEel-netbsd/PLIST       Mon Dec 07 09:24:46 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,111 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:39:54 joerg Exp $
-${SUBDIR}/bin/cpp
-${SUBDIR}/bin/ee-dvp-as
-${SUBDIR}/bin/ee-dvp-gasp
-${SUBDIR}/bin/gcov
-${SUBDIR}/bin/${TARGET_ARCH}-addr2line
-${SUBDIR}/bin/${TARGET_ARCH}-ar
-${SUBDIR}/bin/${TARGET_ARCH}-as
-${SUBDIR}/bin/${TARGET_ARCH}-c++filt
-${SUBDIR}/bin/${TARGET_ARCH}-gasp
-${SUBDIR}/bin/${TARGET_ARCH}-gcc
-${SUBDIR}/bin/${TARGET_ARCH}-ld
-${SUBDIR}/bin/${TARGET_ARCH}-nm
-${SUBDIR}/bin/${TARGET_ARCH}-objcopy
-${SUBDIR}/bin/${TARGET_ARCH}-objdump
-${SUBDIR}/bin/${TARGET_ARCH}-protoize
-${SUBDIR}/bin/${TARGET_ARCH}-ranlib
-${SUBDIR}/bin/${TARGET_ARCH}-readelf
-${SUBDIR}/bin/${TARGET_ARCH}-size
-${SUBDIR}/bin/${TARGET_ARCH}-strings
-${SUBDIR}/bin/${TARGET_ARCH}-strip
-${SUBDIR}/bin/${TARGET_ARCH}-unprotoize
-${SUBDIR}/include/ansidecl.h
-${SUBDIR}/include/bfd.h
-${SUBDIR}/include/bfdlink.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/SYSCALLS.c.X
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/cc1
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/collect2
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/cpp
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/crtbegin.o
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/crtbeginS.o
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/crtend.o
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/crtendS.o
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/README
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/assert.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/fixed
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/float.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/iso646.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/limits.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/proto.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/stdarg.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/stdbool.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/stddef.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/syslimits.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-alpha.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-arc.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-c4x.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-clipper.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-h8300.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-i860.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-i960.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-m32r.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-m88k.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-mips.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-mn10200.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-mn10300.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-pa.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-ppc.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-pyr.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-sh.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-sparc.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-spur.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/va-v850.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/include/varargs.h
-${SUBDIR}/lib/gcc-lib/${TARGET_ARCH}/${GCC_VERSION}/specs
-${SUBDIR}/lib/libbfd.la
-${SUBDIR}/lib/libiberty.a
-${SUBDIR}/lib/libopcodes.la
-${SUBDIR}/man/man1/ee-dvp-as.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-addr2line.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-ar.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-as.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-c++filt.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-ld.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-nlmconv.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-nm.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-objcopy.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-objdump.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-ranlib.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-size.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-strings.1
-${SUBDIR}/man/man1/${TARGET_ARCH}-strip.1
-${SUBDIR}/${TARGET_ARCH}/bin/ar
-${SUBDIR}/${TARGET_ARCH}/bin/as
-${SUBDIR}/${TARGET_ARCH}/bin/gcc
-${SUBDIR}/${TARGET_ARCH}/bin/ld
-${SUBDIR}/${TARGET_ARCH}/bin/nm
-${SUBDIR}/${TARGET_ARCH}/bin/ranlib
-${SUBDIR}/${TARGET_ARCH}/bin/strip
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/elf32bsmip.x
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/elf32bsmip.xbn
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/elf32bsmip.xn
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/elf32bsmip.xr
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/elf32bsmip.xs
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/elf32bsmip.xu
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/elf32lsmip.x
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/elf32lsmip.xbn
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/elf32lsmip.xn
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/elf32lsmip.xr
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/elf32lsmip.xs
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/elf32lsmip.xu
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/mipsbig.x
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/mipsbig.xbn
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/mipsbig.xn
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/mipsbig.xr
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/mipsbig.xu
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/mipslit.x
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/mipslit.xbn
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/mipslit.xn
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/mipslit.xr
-${SUBDIR}/${TARGET_ARCH}/lib/ldscripts/mipslit.xu
diff -r f0a120e43317 -r 430f6502e67f cross/mipsEEel-netbsd/distinfo
--- a/cross/mipsEEel-netbsd/distinfo    Mon Dec 07 09:24:46 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 10:16:53 agc Exp $
-
-SHA1 (binutils-ps2linux-1.0.0.patch.bz2) = 965761594a12eeb880a93d94ff25167f73589658
-RMD160 (binutils-ps2linux-1.0.0.patch.bz2) = df46e0d6a9ef38e554e4fd95df146360ad7cfb67
-Size (binutils-ps2linux-1.0.0.patch.bz2) = 314714 bytes
-SHA1 (binutils-2.9EE.tar.gz) = 541c6815446b091ca17405127602b3673dc84fc8
-RMD160 (binutils-2.9EE.tar.gz) = 68ef3a6ce688444f843dc031219bbb343abe0b85
-Size (binutils-2.9EE.tar.gz) = 7199214 bytes
-SHA1 (gcc-2.95.2.tar.gz) = c3da103de3fa97c78ccc1b4fdc29fa25bf26a6c8
-RMD160 (gcc-2.95.2.tar.gz) = df409ab78989d9c0e28cd973f9a2d9950790565c
-Size (gcc-2.95.2.tar.gz) = 12885815 bytes
-SHA1 (gcc-2.95.2-frankengcc-patches.patch.bz2) = fe13882ab97f66c65cfc55b117a49827815fe486
-RMD160 (gcc-2.95.2-frankengcc-patches.patch.bz2) = 0c19ea1f70c075f3ae1c18216beb1b70013bb37b
-Size (gcc-2.95.2-frankengcc-patches.patch.bz2) = 1300 bytes
-SHA1 (gcc-2.95.2-single-float-const.patch.bz2) = e673dd3c15dd90b790e83e328c37424e482d029a
-RMD160 (gcc-2.95.2-single-float-const.patch.bz2) = 46eb80ed36667b927a3da41d13d006197791962c
-Size (gcc-2.95.2-single-float-const.patch.bz2) = 1429 bytes
-SHA1 (gcc-ps2linux-1.0.0.patch.bz2) = afb4b93d0116b1dfd35da59258df441d57863b0a
-RMD160 (gcc-ps2linux-1.0.0.patch.bz2) = 4e7fe7d18f623bb33b692b5c75853efe4688d2c6
-Size (gcc-ps2linux-1.0.0.patch.bz2) = 819901 bytes
diff -r f0a120e43317 -r 430f6502e67f cross/mipsEEel-netbsd/patches/binutils-aa
--- a/cross/mipsEEel-netbsd/patches/binutils-aa Mon Dec 07 09:24:46 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: binutils-aa,v 1.1 2001/08/05 15:28:41 kent Exp $
-
---- gas/configure.orig Tue Jan 11 20:47:59 2000
-+++ gas/configure
-@@ -1760,7 +1760,7 @@
-       m88k-*-coff*)         fmt=coff ;;
- 
-       # don't change em like *-*-bsd does
--      mips-dec-netbsd*)           fmt=elf endian=little ;;
-+      mips-*-netbsd*)     fmt=elf endian=little ;;
-       mips-dec-openbsd*)    fmt=elf endian=little ;;
-       mips-dec-bsd*)        fmt=aout endian=little ;;
-       mips-sony-bsd*)       fmt=ecoff ;;
diff -r f0a120e43317 -r 430f6502e67f cross/mipsEEel-netbsd/patches/binutils-ab
--- a/cross/mipsEEel-netbsd/patches/binutils-ab Mon Dec 07 09:24:46 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: binutils-ab,v 1.1 2001/08/05 15:28:41 kent Exp $
-
---- ld/configure.tgt.orig      Tue Jan 11 20:48:20 2000
-+++ ld/configure.tgt
-@@ -167,6 +167,9 @@
- mips*-*-ecoff*)               targ_emul=mipsidt ;;



Home | Main Index | Thread Index | Old Index