Displaying 4 results from an estimated 4 matches for "mn10200".
Did you mean:
10200
2000 Jun 15
2
[PATCH] ./configure fails to recognize alphapca56 (R-1.1.0)
...takebay@bio.indiana.edu>
--- 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 \...
2000 Jun 16
1
[PATCH] ./configure fails to recognize alphapca56 (PR#572)
...ndiana 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 \
&...
2008 Mar 07
0
[LLVMdev] llvm-gcc and mips
...-psp/config.sub
--- gcc-4.1.0/config.sub 2005-12-16 12:57:40.000000000 +0000
+++ gcc-psp/config.sub 2006-05-07 13:27:40.000000000 +0100
@@ -264,6 +264,7 @@
| mipsisa64sb1 | mipsisa64sb1el \
| mipsisa64sr71k | mipsisa64sr71kel \
| mipstx39 | mipstx39el \
+ | mipsallegrex | mipsallegrexel \
| mn10200 | mn10300 \
| mt \
| msp430 \
@@ -346,6 +347,7 @@
| mipsisa64sb1-* | mipsisa64sb1el-* \
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
| mipstx39-* | mipstx39el-* \
+ | mipsallegrex-* | mipsallegrexel-* \
| mmix-* \
| mt-* \
| msp430-* \
@@ -689,6 +691,10 @@
basic_machine=m68k-atari...
2008 Mar 07
2
[LLVMdev] llvm-gcc and mips
Hi,
When using mips-unknown-linux-gnu as a cross-compiler, the llvm Mips
backend is called by cc1 and with that you get llvm bytecode defined
relative to the Mips ABI. This can be messing up somehow your
generated C code.
2008/3/7, HyperQuantum <hyperquantum at gmail.com>:
> On Fri, Feb 29, 2008 at 2:23 PM, HyperQuantum <hyperquantum at gmail.com> wrote:
> > At least I got