Andre.Messerschmidt@xxxxxxxxxxxx wrote: > > >This patch is broken and will only paper over the problem. Use > >the patch in https://bugzilla.mozilla.org/show_bug.cgi?id=258429 > >At least the firefox 0.93 in Debian mips works with it. > > Thanks for the reply. With that patch I got two undefined macros > (SETUP_GP and SAVE_GP). SETUP_GP was mentioned in the thread, but I > could not find a definition for SAVE_GP. To go on I just defined it > empty and continued to compile. > > Then I got the following error, which leaves me totally lost. Well, not doing the SAVE_GP can have interesting effects. Its definition should be found in /usr/include/sys/asm.h. For o32 it is #define SAVE_GP(x) .cprestore x Thiemo