search for: mipstx39

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

Did you mean: mipstx39el
2008 Mar 07
0
[LLVMdev] llvm-gcc and mips
...led simply "psp": diff -burN gcc-4.1.0/config.sub gcc-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-* \...
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
2000 Jun 15
2
[PATCH] ./configure fails to recognize alphapca56 (R-1.1.0)
...n10300 | 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-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* \ | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ + | alphapca56-* \ | ns16k-* | pn-* | np1-* |...
2000 Jun 16
1
[PATCH] ./configure fails to recognize alphapca56 (PR#572)
...2.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-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* \ > | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ > + | alphapca5...