Re: svn commit: r216113 - head/gnu/usr.bin/cc

2010-12-02 Thread Bjoern A. Zeeb
On Thu, 2 Dec 2010, Nathan Whitehorn wrote: Author: nwhitehorn Date: Thu Dec 2 04:58:07 2010 New Revision: 216113 URL: http://svn.freebsd.org/changeset/base/216113 Log: The driver-XXX.c files used for host CPU detection with -march=native should not be compiled in the cross-tools case (where

svn commit: r216113 - head/gnu/usr.bin/cc

2010-12-01 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Dec 2 04:58:07 2010 New Revision: 216113 URL: http://svn.freebsd.org/changeset/base/216113 Log: The driver-XXX.c files used for host CPU detection with -march=native should not be compiled in the cross-tools case (where -march=native makes no sense). This fixes