# $NetBSD: Makefile,v 1.2 2006/05/17 03:29:45 mrg Exp $ .include "../Makefile.inc" .if ${MACHINE_ARCH} == "powerpc" INCS= altivec.h .elif ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" INCS= emmintrin.h mmintrin.h xmmintrin.h mm_malloc.h # We don't have posix_memalign, so use the gmm_malloc.h version. mm_malloc.h: ${DIST}/gcc/config/i386/gmm_malloc.h cp $> ${.TARGET} CLEANFILES+= mm_malloc.h .endif INCSDIR= /usr/include .include .PATH: ${G_out_file:H} td class='form'>
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/modules/exec_elf64
AgeCommit message (Expand)Author
2009-09-17Not all platforms can do PaX stuff. The list was derived in privatejnemeth
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad