Re: [HelenOS-devel] MIPS builds broken

2016-04-21 Thread Jiri Svoboda
Oops, right, the arches which did not support dynamic linking were broken. Should be fixed now. Btw. now I get an error message with every push (but the changes are pushed): bzr: ERROR: Server sent an unexpected error: ('error', 'TypeError', 'from_ trees_options() takes exactly 10 arguments (9

Re: [HelenOS-devel] MIPS builds broken

2016-04-21 Thread Jakub Jermář
On 04/21/2016 01:12 PM, Jiri Svoboda wrote: > If it fixes the MIPS build, so much the better :-) Well, now all builds appear to be broken :-) The error message looks like this: In file included from ../../lib/c/include/rtld/dynamic.h:39:0, from

Re: [HelenOS-devel] MIPS builds broken

2016-04-21 Thread Jiri Svoboda
Hi Jakub, thanks for reporting this. As luck would have it I had already fixed it yesterday (by pure coincidence), but just pushed the changes today in the morning. __PIC__ being declared in a static build is really surprising to me.  I already made the same change you are proposing, for a