Makefile.cats.inc revision 1.3
11.3Schris# $NetBSD: Makefile.cats.inc,v 1.3 2002/01/31 10:37:41 chris Exp $ 21.1Sthorpej 31.1SthorpejGENASSYM_EXTRAS+= ${ARM}/footbridge/genassym.cf 41.2SchrisLOOSE_PROTOTYPES= NO 51.3Schris 61.3Schris.if (${OBJECT_FMT} == "ELF") 71.3Schris# Under ELF we need to do a whole load of stuff extra to get that kernel. 81.3Schris 91.3SchrisLINKADDRESS=0xF0000020 101.3Schris 111.3SchrisSYSTEM_LD_TAIL= \ 121.3Schris $S/arch/${MACHINE}/conf/elf2aout.sh 131.3Schris.endif 14