mrg
0ca6164e56
rename (new) xorg_drivers to xorg_server -- platforms that build the
...
actual Xorg server (aka "xfree86 server").
move the list of these platforms from xorg-server/Makefile.common to
bsd.own.mk, so that we can access it easily in distrib.
this should fix most of the current build failures.
2013-06-12 21:35:29 +00:00
mrg
4af42f384d
add support for MKXORG_DRIVERS/xorg_drivers keyword, and use it to
...
mark the xf86-input-mouse files not all platforms use.
2013-06-10 05:04:00 +00:00
matt
62c1b69ff1
Add an arch64 flag for use by mips set lists (and powerpc)
2013-04-30 20:54:22 +00:00
matt
b1fc1f902f
Explicitly make MKSOFTFLOAT a mkvar.
...
Add support for endian={1234,4321}
Add EABI flag for ARM.
2013-04-30 16:26:26 +00:00
nakayama
f34b355a3e
Follow the change from HAS_SSP to HAVE_SSP.
2013-01-28 13:46:47 +00:00
alnsn
ffd8736098
Build sljit test when MKSLJIT != no and set MKSLJIT to yes on amd64 and i386.
2012-11-05 00:57:39 +00:00
he
786e1278a2
Make sure the value of MKCOMPATMODULES gets imported into sets.subr,
...
so that the "compatmodules" keyword is properly handled when creating
the set lists. Fixes the build for evbppc.
2011-11-02 14:42:43 +00:00
mrg
c23dc553e9
obsolete now useless (and wrongly set to "219" :-) HAVE_BINUTILS.
...
switch the sense of the gdb and gcc tests to list the platforms not
switched to gcc 4.5 or gdb 7, which is now:
GCC 4.1:
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "m68k" || \
${MACHINE_CPU} == "vax"
GDB 6:
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "hppa" || \
${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "vax"
let's go, people! (-:
2011-10-31 08:14:43 +00:00
he
a16282018d
Introduce the "ssp" attribute derived from HAS_SSP from <bsd.sys.mk>.
...
Use it to flag entries which should only be included if the target platform
supports SSP. Fixes the build for a bunch of architectures.
2010-12-28 09:15:24 +00:00
cegger
c67c15c2cc
fix build.sh -N 4 distribution failure:
...
+ echo 'MKSOLARIS=yes'
xargs: unterminated quote
2010-03-22 12:03:04 +00:00
tron
11300caff5
"dtrace,zfs" means "MKDTRACE=yes" *and* "MKZFS=yes" which is not what
...
we want. Invent a flag "solaris" which is the or of those two flags.
2010-03-03 16:13:42 +00:00
uebayasi
e08ad0e79f
Move make variable extraction & conversion logic from here-documented make
...
-f- command to an isolated makefile. The list of non-_MKVARS.* variables
are concentrated there.
No functional changes.
2009-12-10 15:51:24 +00:00