Re: gcc for Intel 8086 family
n be browsed via gitweb at http://git.etherboot.org/?p=people/dverkamp/gcc.git I've also heard that someone else is working on a backend for i8086, but I couldn't find any references to this in the mailing list archives. -- Daniel Verkamp
Re: SIMD-enabled and -lpthread incompatible?
confusingly does have a POSIX thread emulation layer. In any case, this problem seems unrelated to GCC; if the longjmp/setjmp implementation doesn't save and restore the proper registers, then maybe they shouldn't be used by this library. -- Daniel Verkamp