On Fri, Dec 12, 2014 at 4:33 PM, Justin Cormack <[email protected]> wrote: > On Wed, Dec 3, 2014 at 8:39 PM, Antti Kantee <[email protected]> wrote: >> On 03/12/14 20:07, Andy Ray wrote: >>> I am at the buildme.sh stage and it is failing due to not finding the >>> c++ cross compiler for libunwind. Is that far enough along? >> >> Ah, I addressed that in a separate repo, so forgot about it. >> >> In buildrump.sh, I did: >> >> diff --git a/subr.sh b/subr.sh >> index c935ac2..58011d0 100644 >> --- a/subr.sh >> +++ b/subr.sh >> @@ -33,7 +33,7 @@ makeuserlib () >> ( cd ${lib} >> ${rumpmake} obj >> ${rumpmake} MKMAN=no MKLINT=no MKPROFILE=no MKYP=no \ >> - NOGCCERROR=1 ${STDJ} dependall >> + NOGCCERROR=1 HAVE_LIBGCC_EH=yes ${STDJ} dependall >> ${rumpmake} MKMAN=no MKLINT=no MKPROFILE=no MKYP=no install >> ) >> } >> >> No idea what the full implications are, but seems to avoid building >> libunwind. My guess is that it doesn't matter unless you're compiling >> c++ code. > > Any reason not to upstream this?
Well have done, trying to get my arm patches out of my various trees and try to fix the actual isuses. Justin ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
