Date: Tue, 5 Apr 2011 08:49:47 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src Makefile.inc1 src/share/mk bsd.own.mk Message-ID: <201104062120.p36LKBee009720@repoman.freebsd.org>
index | next in thread | raw e-mail
imp 2011-04-05 08:49:47 UTC
FreeBSD src repository
Modified files:
. Makefile.inc1
share/mk bsd.own.mk
Log:
SVN rev 220359 on 2011-04-05 08:49:47Z by imp
Make clang default on x86 and powerpc, but not on other architectures.
Make fdt default on arm and powerpc.
This now includes cross compiled targets, where before we tried to
make it host-based.
Also, move the lists of default yes and no options to a variable.
In general, only build tools should get this treatment in bsd.own.mk.
Also, the use of TARGET* in the bsd.*mk files is discouraged, but
necessary here due to the ordering of things in buildworld. We make
the native case work by testing MACHINE_ARCH after TARGET_ARCH.
Revision Changes Path
1.691 +2 -2 src/Makefile.inc1
1.98 +50 -31 src/share/mk/bsd.own.mk
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104062120.p36LKBee009720>
