1 1.1.6.1 cherry # $NetBSD: m32.mk,v 1.1.6.1 2011/06/23 14:17:49 cherry Exp $ 2 1.1 mrg 3 1.1 mrg # 4 1.1 mrg # Makefile fragment to help implement a set of 'cc -m32' libraries. 5 1.1 mrg # 6 1.1 mrg 7 1.1.6.1 cherry .ifndef _COMPAT_M32_MK_ # { 8 1.1.6.1 cherry _COMPAT_M32_MK_=1 9 1.1.6.1 cherry 10 1.1 mrg COPTS+= -m32 11 1.1 mrg CPUFLAGS+= -m32 12 1.1 mrg LDADD+= -m32 13 1.1 mrg LDFLAGS+= -m32 14 1.1 mrg MKDEPFLAGS+= -m32 15 1.1 mrg 16 1.1 mrg .include "Makefile.compat" 17 1.1.6.1 cherry 18 1.1.6.1 cherry .endif # _COMPAT_M32_MK_ } 19