2011/9/6 Volodymyr Kostyrko <c.kw...@gmail.com>: > 06.09.2011 16:04, Olivier Smedts wrote: > >>>> I think it's more like the following issue, which is not new : >>>> http://lists.freebsd.org/pipermail/freebsd-current/2011-May/024509.html >>> >>> Nope, my current world was built by gcc. >> >> The problem is not the current world but the bootstrap clang built >> with -march=native (or -march=recent_cpu) on some recent CPUs. >> >> What is your processor ? > > Athlon XP 2500+ > > I noticed breakage on recent intel processors too, but haven't yet stumbled > upon them using -march=native on this one.
Can you compile the Host.cpp file referenced in : http://lists.freebsd.org/pipermail/freebsd-current/2011-May/024499.html And see which arch the resulting binary detects ? %clang++ Host.cpp -o Host %./Host cpu = corei7 Also, do you have the same problem for a clean buildworld with "-march=athlon-xp" instead of "-march=native" in your make.conf ? Cheers -- Olivier Smedts _ ASCII ribbon campaign ( ) e-mail: oliv...@gid0.org - against HTML email & vCards X www: http://www.gid0.org - against proprietary attachments / \ "Il y a seulement 10 sortes de gens dans le monde : ceux qui comprennent le binaire, et ceux qui ne le comprennent pas." _______________________________________________ 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"