<damo22>nbmake[3]: don't know how to make /part3/demo/git/netbsd-src/obj/destdir.i386/usr/lib/crti.o. Stop <damo22>how did you fix that Pellescours <damo22>i think its the only thing stopping cross build of rump target on upstream <damo22>/usr/lib/gcc/i686-gnu/10/../../../i386-gnu/crti.o <damo22>but the toolchain i built does not have it <damo22>i think its part of glibc, and somehow the toolchain needs to know where to find it at compile time <enyc>pavlushka: happy now? ;-))) <ThinkT510>wow, I never realised the hurd wiki is hosted on the hurd ***john__ is now known as gaqwas
<damo22>so i copied the crt* from my system and now it cant find libgcc <damo22>i'd prefer not to build gcc and libgcc <damo22>buildrump.sh has a clever way to build a wrapper toolchain <damo22>it wraps your host toolchain into a netbsd toolset <damo22>then you can build rump with that <damo22>we need to port that back to netbsd