diff options
author | hubertf <hubertf> | 2001-02-22 03:22:10 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-02-22 03:22:10 +0000 |
commit | 99190d4d265b360db2e2a05c455de2811287ef10 (patch) | |
tree | 40ffa4e8ad54b9b437a01544b8a00e982e40a643 /cross | |
parent | 5abb89884e47d2f9f3f2d4eb8fb23f626e992ec0 (diff) | |
download | pkgsrc-99190d4d265b360db2e2a05c455de2811287ef10.tar.gz |
Trivia: Do YOU know which of our MIPS ports is big endian, and which
is little endian? Price is downloading 3.5MB of useless binary pkgs via
a 56k modem. ;-)
[Document which of our mips platforms uses which endiannes]
Diffstat (limited to 'cross')
-rw-r--r-- | cross/mipseb-netbsd/pkg/DESCR | 3 | ||||
-rw-r--r-- | cross/mipsel-netbsd/pkg/DESCR | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/cross/mipseb-netbsd/pkg/DESCR b/cross/mipseb-netbsd/pkg/DESCR index a915a3919dc..792b09683f9 100644 --- a/cross/mipseb-netbsd/pkg/DESCR +++ b/cross/mipseb-netbsd/pkg/DESCR @@ -1 +1,2 @@ -This cross-compile environment is for NetBSD/mipseb. +This cross-compile environment is for NetBSD/mipseb (e.g. mipsco, newsmips, +sgimips). diff --git a/cross/mipsel-netbsd/pkg/DESCR b/cross/mipsel-netbsd/pkg/DESCR index d59c81b1f34..98c6108bdc3 100644 --- a/cross/mipsel-netbsd/pkg/DESCR +++ b/cross/mipsel-netbsd/pkg/DESCR @@ -1 +1,2 @@ -This cross-compile environment is for NetBSD/mipsel. +This cross-compile environment is for NetBSD/mipsel (e.g. cobalt, hpcmips, +pmax). |