On 2/23/07, Andreas Höschler <[EMAIL PROTECTED]> wrote:
gcc PortableUContext_asm.S -c -o obj/PortableUContext_asm.o
[...]
The stuff in PortableUContext_asm.S does not seem to be portable! Any idea?
The code lacks support for SPARC. It only checks for x86, PPC and ARM -- however, there's a one-liner at the end of the file that is not ifdef'd out in case the file is compiled on a platform other than the ones supported BUT uses ELF binaries, which SPARC does. -- Chris _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
