https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199048

--- Comment #13 from [email protected] ---
Adding --with-setjmp-type=_setjmp to configure fixed the clang problem.

I don't know if this bug report is related to our issue on ARM:
https://bugs.ruby-lang.org/issues/10438
and http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48184
for the fix

.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
CONFIGURE_ARGS+=        --with-setjmp-type=_setjmp
.endif

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "[email protected]"

Reply via email to