1 1.3 joerg # $NetBSD: Makefile.inc,v 1.3 2014/08/10 17:44:26 joerg Exp $ 2 1.1 thorpej 3 1.1 thorpej .if !defined(_POWERPC_MAKEFILE_INC) 4 1.1 thorpej _POWERPC_MAKEFILE_INC= yes 5 1.1 thorpej 6 1.2 chs .if !defined(RUMPKERNEL) 7 1.3 joerg CFLAGS+= ${${ACTIVE_CC} == "gcc":? -msoft-float :} 8 1.2 chs .endif 9 1.1 thorpej 10 1.1 thorpej .endif 11