Re: Please compile ports-mgmt/pkg for i486
On Wed November 20 2013 20:15:34 Dimitry Andric wrote: > > http://llvm.org/bugs/show_bug.cgi?id=11212 > > http://llvm.org/bugs/show_bug.cgi?id=17792 > > Got bitten by that with -march=i486... > Those bugs are about other CPU's, not specifically the Geode, or i486. > The version of clang in head, stable/10 and stable/9 produces regular > nops for -march=i486, which is the default setting if you don't pass any > arch. So how did you get bitten, then? Were you using 9.1-RELEASE, by > any chance? It might be PEBKAC wrt the samba and cups ports - updating geode by putting CF into a VM with USB passhtrough... Perhaps switched to -march=native by accident. Was using RELENG_9 from Feb 2013, after update, Nov 18 2013 RELENG_10. -- xmpp:stha...@jabster.pl sip:stha...@misaki.pl ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Re: Please compile ports-mgmt/pkg for i486
On 20 Nov 2013, at 11:22, Stanisław Halik wrote: > On Wed November 20 2013 11:16:03 you wrote: >> Ah yes, we did attempt to fix those long nops on Geode once and for all, >> can you please confirm that pkg built with recent clang does not cause >> SIGILL for you? > > Not unless -march=geode :( > > Please see: > > http://llvm.org/bugs/show_bug.cgi?id=11212 > http://llvm.org/bugs/show_bug.cgi?id=17792 > > Got bitten by that with -march=i486... Those bugs are about other CPU's, not specifically the Geode, or i486. The version of clang in head, stable/10 and stable/9 produces regular nops for -march=i486, which is the default setting if you don't pass any arch. So how did you get bitten, then? Were you using 9.1-RELEASE, by any chance? -Dimitry signature.asc Description: Message signed with OpenPGP using GPGMail
Re: Please compile ports-mgmt/pkg for i486
On Wed November 20 2013 11:16:03 you wrote: > Ah yes, we did attempt to fix those long nops on Geode once and for all, > can you please confirm that pkg built with recent clang does not cause > SIGILL for you? Not unless -march=geode :( Please see: http://llvm.org/bugs/show_bug.cgi?id=11212 http://llvm.org/bugs/show_bug.cgi?id=17792 Got bitten by that with -march=i486... -- xmpp:stha...@jabster.pl sip:stha...@misaki.pl ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"