1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/share/mk
Warner Losh 1b59591956 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.
2011-04-05 08:49:47 +00:00
..
bsd.arch.inc.mk Merge from tbemd 2010-06-11 02:50:53 +00:00
bsd.compat.mk
bsd.cpu.mk Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mk 2011-03-14 13:36:51 +00:00
bsd.crunchgen.mk Re-enable generating links. 2010-11-16 22:23:20 +00:00
bsd.dep.mk For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in 2010-08-17 20:39:28 +00:00
bsd.doc.mk
bsd.dtrace.mk Add a comment describing where to include bsd.dtrace.mk. 2010-09-11 10:11:59 +00:00
bsd.endian.mk Retire TARGET_ABI. 2011-01-07 20:26:33 +00:00
bsd.files.mk
bsd.incs.mk
bsd.info.mk
bsd.init.mk
bsd.kmod.mk
bsd.lib.mk Introduce make variable ACFLAGS used to supply additional flags to 2011-01-07 14:32:29 +00:00
bsd.libnames.mk Update dialog to version 20100428. This changes the license under which 2011-01-12 14:55:02 +00:00
bsd.links.mk
bsd.man.mk
bsd.nls.mk
bsd.obj.mk
bsd.own.mk Make clang default on x86 and powerpc, but not on other architectures. 2011-04-05 08:49:47 +00:00
bsd.pkg.mk
bsd.port.mk WITH_CTF can now be specified in src.conf (not recommended, there 2010-04-02 06:55:31 +00:00
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk Fix typo in previous commit. 2010-09-10 17:00:48 +00:00
bsd.README o Remove EoL w/spaces introduced in the last commit. 2010-05-22 20:19:12 +00:00
bsd.snmpmod.mk
bsd.subdir.mk
bsd.symver.mk
bsd.sys.mk To be able to use printf extensions we need to turn off gcc format checking. 2011-03-07 09:28:21 +00:00
Makefile .. and then notice that the list of mk files is ordered, and update to suit. 2010-11-16 22:22:16 +00:00
sys.mk Retire TARGET_ABI. 2011-01-07 20:26:33 +00:00
version_gen.awk