svn commit: r216977 - in head/libexec/rtld-elf: amd64 i386

Dimitry Andric dim at FreeBSD.org
Wed Jan 5 20:29:58 UTC 2011


On 2011-01-05 21:08, John Baldwin wrote:
> My suggestion was that we ask clang to add a '-mno-whatever' and hopefully we
> could convince gcc to follow suit.  clang developers seem to be fairly
> receptive, so I was hoping one of our clang liaisons could suggest it. :)

These options already exist, e.g -mno-sse -mno-sse2 and so on.  The
semantics of -mno-everything would be a bit hard to predict, especially
with new instruction sets coming out all the time. :)


More information about the svn-src-all mailing list