search for: mipseb

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

Did you mean: mipsel
2006 Mar 07
0
[LLVMdev] cross-compiling with llvm
> 1. Is it possible at all to cross-compile with llvm? Yes, this is possible. I've cross-compiled from x86 to MIPS using LLVM. However, the codes I compiled using this technique did not always run correctly. You may have better luck with PPC. > 2. I allready have a gcc cross-compiler for power-pc, do i need > this or > does llvm contain its own? How can i tell llvm to
2006 Mar 07
2
[LLVMdev] cross-compiling with llvm
Hi, i wanted to use llvm to cross-compile c++ code for powerpc on a x86 (debian linux), but i have some problems configuring and compiling llvm-suite and front-end. Here are some of my questions: 1. Is it possible at all to cross-compile with llvm? 2. I allready have a gcc cross-compiler for power-pc, do i need this or does llvm contain its own? How can i tell llvm to use it? 3. Is there
2001 Feb 27
1
Bad packet length in 2.5.1 with rijndael (fwd)
I think we are not detecting and setting endianness properly for rijndael.c. Can someone on a big endian machine do a "ssh -2 -oCiphers=rijndael128-cbc littleendianmachine" and vice versa? -d -- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's | http://www.mindrot.org / distributed filesystem'' - Dan Geer ----------
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