search for: a29k

Displaying 4 results from an estimated 4 matches for "a29k".

Did you mean: a29
2000 Jun 15
2
[PATCH] ./configure fails to recognize alphapca56 (R-1.1.0)
...--- Dept. of Biology, Indiana University, Jordan Hall 142 --- 1001 E. Third St. Bloomington, IN 47405-3700 USA --- 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 | mipstx39e...
2000 Jun 16
1
[PATCH] ./configure fails to recognize alphapca56 (PR#572)
...all 142 > --- 1001 E. Third St. Bloomington, IN 47405-3700 USA > > > --- 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 \ > | mips...
2017 Aug 23
1
[PATCH supermin] bin2s: make sure the data is aligned
Not all the architectures can cope correctly with unaligned data, and thus the embedded init written is bogus (since it will contain random padding at the beginning, and truncated of the same amount at the end). To overcome that, make sure the rodata section with the embedded init is always aligned to 8 bytes, which should work fine for both 32bit and 64bit architectures. --- src/bin2s.pl | 1 +
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