X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-xorg-server.git;a=blobdiff_plain;f=mesaconfig.mk;fp=mesaconfig.mk;h=0000000000000000000000000000000000000000;hp=115601b72a856732c66205dc2e6a4cb607221e25;hb=b2f3b0b6d35e6d1605cfdd8b3f6eddd31d2c1787;hpb=cca991fae99c7e9c467351d703e5bce4c4588ef4 diff --git a/mesaconfig.mk b/mesaconfig.mk deleted file mode 100644 index 115601b..0000000 --- a/mesaconfig.mk +++ /dev/null @@ -1,31 +0,0 @@ -# $NetBSD$ -### -### -### XXX This is the default heap size. Would there be an occasion to -### change it? It seems large, so we should investigate further. -### -.include "../../mk/bsd.fast.prefs.mk" - -.if !empty(OPSYS:M*BSD) || ${OPSYS} == "Linux" || ${OPSYS} == "DragonFly" -CFLAGS+= -DUSE_NATIVE_LIBM_FUNCS -.endif - -.if !empty(MACHINE_ARCH:Mi386) -### -### This is taken from . If we don't override -### it, the FPU control word will be restored to 0x037f. -### -### Also, see patch-aq about the libm functions required (float functions -### such as floorf). Proper configuration of this should be a goal of -### the Mesa developers; alas, it obviously is not. -### -### XXX We need a reliable check for these functions. -### -#/* NetBSD uses IEEE double precision. */ -CFLAGS.NetBSD+= -DDEFAULT_X86_FPU=0x127f -### -### -#/* FreeBSD leaves some exceptions unmasked as well. */ -### -CFLAGS.FreeBSD+= -DDEFAULT_x86_FPU=0x1272 -.endif