1 1.1 joerg # $NetBSD: Makefile.check_stack,v 1.1 2010/11/30 18:38:53 joerg Exp $ 2 1.1 joerg 3 1.1 joerg .include <bsd.own.mk> 4 1.1 joerg 5 1.1 joerg CSU_ARCHDIR= ${.PARSEDIR}/arch/${MACHINE_ARCH} 6 1.1 joerg .PATH: ${CSU_ARCHDIR} 7 1.1 joerg .if exists(${CSU_ARCHDIR}/h_initfini_align.S) 8 1.1 joerg SRCS_CHECK_STACK= h_initfini_align.S 9 1.1 joerg CPPFLAGS_CHECK_STACK+= -DCHECK_STACK_ALIGNMENT 10 1.1 joerg .endif 11