diff options
author | mrg <mrg> | 2000-12-02 12:57:56 +0000 |
---|---|---|
committer | mrg <mrg> | 2000-12-02 12:57:56 +0000 |
commit | 043509839f6c6e42d1c6b7e0a2a23aaf23a603e4 (patch) | |
tree | 178b37ff8e6039d45b2da32cc3ffb2a2cec5ffec /cross | |
parent | 123e42796647909841583f4b60340a992cc81bea (diff) | |
download | pkgsrc-043509839f6c6e42d1c6b7e0a2a23aaf23a603e4.tar.gz |
sparc64 & egcs 1.1/binutils 2.9 is considered harmful; remove this poison.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/sparc64-netbsd/Makefile | 22 | ||||
-rw-r--r-- | cross/sparc64-netbsd/files/md5 | 5 | ||||
-rw-r--r-- | cross/sparc64-netbsd/patches/patch-aa | 21 | ||||
-rw-r--r-- | cross/sparc64-netbsd/patches/patch-ab | 21 | ||||
-rw-r--r-- | cross/sparc64-netbsd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | cross/sparc64-netbsd/pkg/DESCR | 1 | ||||
-rw-r--r-- | cross/sparc64-netbsd/pkg/MESSAGE | 12 | ||||
-rw-r--r-- | cross/sparc64-netbsd/pkg/PLIST | 1 |
8 files changed, 0 insertions, 84 deletions
diff --git a/cross/sparc64-netbsd/Makefile b/cross/sparc64-netbsd/Makefile deleted file mode 100644 index 9410115a75a..00000000000 --- a/cross/sparc64-netbsd/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.2 1999/05/21 09:37:07 mrg Exp $ -# - -DISTVERSION= 1.3.0.0 -DISTFILES= # none - -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.netbsd.org/ - -WRKSRC= ${WRKDIR}/${BINUTILS_DISTNAME} - -USE_CROSS_BINUTILS= yes -BINUTILS_GNUTARGET= elf64-sparc -BINUTILS_LDEMULATION= elf64_sparc -USE_CROSS_EGCS= yes -EGCS_FAKE_RUNTIME= yes - -TARGET_ARCH= sparc64-netbsd - -BROKEN= kills sparc-netbsdelf support - -.include "../COMMON/cross.mk" diff --git a/cross/sparc64-netbsd/files/md5 b/cross/sparc64-netbsd/files/md5 deleted file mode 100644 index 789fb978450..00000000000 --- a/cross/sparc64-netbsd/files/md5 +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 1999/01/06 03:43:04 tv Exp $ - -MD5 (binutils-2.9.1.tar.gz) = 8f9ad1a6e96742fd3069479171a63c22 -MD5 (egcs-1.1.1.tar.gz) = 0b3f0e856dcbb2241c183081fc7271af -MD5 (egcs-1.1.1-NetBSD-19980104.diff.gz) = 8c4d952d999ead62f6604948c65c2454 diff --git a/cross/sparc64-netbsd/patches/patch-aa b/cross/sparc64-netbsd/patches/patch-aa deleted file mode 100644 index a6a4d0b8b7d..00000000000 --- a/cross/sparc64-netbsd/patches/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aa,v 1.3 1999/01/31 23:35:40 tv Exp $ - ---- ./gas/configure.orig Fri May 1 11:45:07 1998 -+++ ./gas/configure Mon Dec 28 17:43:29 1998 -@@ -1610,7 +1613,15 @@ - sparc-fujitsu-none) fmt=aout ;; - sparc-*-elf | sparc-*-sysv4* | sparc-*-solaris*) - fmt=elf ;; -- sparc-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;; -+ sparc-*-netbsd*) em=nbsd bfd_gas=yes -+ case ${cpu} in -+ sparc) case ${os} in -+ *elf*) fmt=elf ;; -+ *) fmt=aout ;; -+ esac ;; -+ sparc64) fmt=elf ;; -+ esac -+ ;; - sparc-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;; - - tic30-*-*aout*) fmt=aout bfd_gas=yes ;; diff --git a/cross/sparc64-netbsd/patches/patch-ab b/cross/sparc64-netbsd/patches/patch-ab deleted file mode 100644 index eee6c1124b4..00000000000 --- a/cross/sparc64-netbsd/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.1 1999/02/04 05:23:16 mrg Exp $ - ---- ./gas/configure.in.orig Fri May 1 11:45:07 1998 -+++ ./gas/configure.in Mon Dec 28 17:43:29 1998 -@@ -1610,7 +1613,15 @@ - sparc-fujitsu-none) fmt=aout ;; - sparc-*-elf | sparc-*-sysv4* | sparc-*-solaris*) - fmt=elf ;; -- sparc-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;; -+ sparc-*-netbsd*) em=nbsd bfd_gas=yes -+ case ${cpu} in -+ sparc) case ${os} in -+ *elf*) fmt=elf ;; -+ *) fmt=aout ;; -+ esac ;; -+ sparc64) fmt=elf ;; -+ esac -+ ;; - sparc-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;; - - tic30-*-*aout*) fmt=aout bfd_gas=yes ;; diff --git a/cross/sparc64-netbsd/pkg/COMMENT b/cross/sparc64-netbsd/pkg/COMMENT deleted file mode 100644 index 076c3f6cf77..00000000000 --- a/cross/sparc64-netbsd/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Cross-compile environment for NetBSD/sparc64 diff --git a/cross/sparc64-netbsd/pkg/DESCR b/cross/sparc64-netbsd/pkg/DESCR deleted file mode 100644 index 35b2efa5017..00000000000 --- a/cross/sparc64-netbsd/pkg/DESCR +++ /dev/null @@ -1 +0,0 @@ -This cross-compile environment is for NetBSD/sparc64. diff --git a/cross/sparc64-netbsd/pkg/MESSAGE b/cross/sparc64-netbsd/pkg/MESSAGE deleted file mode 100644 index bf28b1d2698..00000000000 --- a/cross/sparc64-netbsd/pkg/MESSAGE +++ /dev/null @@ -1,12 +0,0 @@ -============================================================================= -$NetBSD: MESSAGE,v 1.1.1.1 1999/01/06 03:43:05 tv Exp $ - -This pkg DOES NOT install headers or runtime link libraries. Only the -compilers are installed. - -In order to have a complete development setup, you need to install -includes and libraries in ${CROSSBASE}/sparc64-netbsd/include and -${CROSSBASE}/sparc64-netbsd/lib respectively, or symlink these paths to -the appropriate places. - -============================================================================= diff --git a/cross/sparc64-netbsd/pkg/PLIST b/cross/sparc64-netbsd/pkg/PLIST deleted file mode 100644 index 527b7851f2a..00000000000 --- a/cross/sparc64-netbsd/pkg/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/06 03:43:05 tv Exp $ |