Displaying 3 results from an estimated 3 matches for "ns16k".
Did you mean:
16k
2000 Jun 15
2
[PATCH] ./configure fails to recognize alphapca56 (R-1.1.0)
...--- R-1.1.0/tools/config.sub.orig Thu Jun 15 13:49:01 2000
+++ R-1.1.0/tools/config.sub Thu Jun 15 14:00:25 2000
@@ -153,6 +153,7 @@
| arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
| 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0 \
| alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
+ | alphapca56 \
| i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
| mips64 | mipsel | mips64el | mips64orion | mips64orionel \
| mipstx39 | mipstx39el \
@@ -177,6 +178,7 @@
| power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
| xmp-* | ymp-* |...
2000 Jun 16
1
[PATCH] ./configure fails to recognize alphapca56 (PR#572)
...> +++ R-1.1.0/tools/config.sub Thu Jun 15 14:00:25 2000
> @@ -153,6 +153,7 @@
> | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
> | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0 \
> | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
> + | alphapca56 \
> | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
> | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
> | mipstx39 | mipstx39el \
> @@ -177,6 +178,7 @@
> | pow...
2013 Apr 16
1
update config.guess and config.sub to support aarch64
Hello,
would it be possible to update config.sub and config.guess to the latest versions (or at least version
from automake-1.13.1) in order to support new architectures based on the ARM 64 bit CPU?
Patch: http://plautrba.fedorapeople.org/openssh/openssh-latest-config.sub-config.guess.patch
Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=926284
Thanks,
Petr