diff options
author | mrg <mrg> | 1999-02-03 23:01:08 +0000 |
---|---|---|
committer | mrg <mrg> | 1999-02-03 23:01:08 +0000 |
commit | 0daf07d6c8ea7c586c7a48b86fd9aa13d4829fd9 (patch) | |
tree | 3dabb42b86a5a189fd215a9d3e91bd619e875e6d /cross/sparc-netbsdelf | |
parent | e7bdbc811b855acd412d8686f8e916d95b63b174 (diff) | |
download | pkgsrc-0daf07d6c8ea7c586c7a48b86fd9aa13d4829fd9.tar.gz |
a 32bit sparc ELF cross compiler. stolen from the sparc64 one.
Diffstat (limited to 'cross/sparc-netbsdelf')
-rw-r--r-- | cross/sparc-netbsdelf/patches/patch-ab | 21 | ||||
-rw-r--r-- | cross/sparc-netbsdelf/pkg/COMMENT | 2 | ||||
-rw-r--r-- | cross/sparc-netbsdelf/pkg/DESCR | 2 |
3 files changed, 23 insertions, 2 deletions
diff --git a/cross/sparc-netbsdelf/patches/patch-ab b/cross/sparc-netbsdelf/patches/patch-ab new file mode 100644 index 00000000000..c7f3c71c0b9 --- /dev/null +++ b/cross/sparc-netbsdelf/patches/patch-ab @@ -0,0 +1,21 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/02/03 23:01:08 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/sparc-netbsdelf/pkg/COMMENT b/cross/sparc-netbsdelf/pkg/COMMENT index 2cc1b301588..8428afbd73b 100644 --- a/cross/sparc-netbsdelf/pkg/COMMENT +++ b/cross/sparc-netbsdelf/pkg/COMMENT @@ -1 +1 @@ -Cross-compile environment for NetBSD/sparc with ELF objects +Cross-compile environment for 32-bit ELF NetBSD/sparc diff --git a/cross/sparc-netbsdelf/pkg/DESCR b/cross/sparc-netbsdelf/pkg/DESCR index 72a492be827..194e5422308 100644 --- a/cross/sparc-netbsdelf/pkg/DESCR +++ b/cross/sparc-netbsdelf/pkg/DESCR @@ -1 +1 @@ -This cross-compile environment is for NetBSD/sparc with ELF objects. +This cross-compile environment is for 32-bit ELF NetBSD/sparc. |