From e2dbe092251fabd1de78940ef7611b55378feb3f Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 11 Jul 2002 16:43:59 +0000 Subject: Pass -DBOOTSTRAPPING to the kernel's build tool (sys/dev/aic7xxx/aicasm). This way, it has a chance to be built with gcc 2.95.x (using the bandaid in share/mk/bsd.cpu.mk,v 1.11). Feedback timeout from: gordon --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 2ecd6bd..b2ec753 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -472,8 +472,8 @@ buildkernel: .endif .endif cd ${KRNLOBJDIR}/${_kernel}; \ - MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx/aicasm \ - ${MAKE} -f ${KRNLSRCDIR}/dev/aic7xxx/aicasm/Makefile + MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx/aicasm \ + ${MAKE} -DBOOTSTRAPPING -f ${KRNLSRCDIR}/dev/aic7xxx/aicasm/Makefile .if !defined(NO_KERNELDEPEND) cd ${KRNLOBJDIR}/${_kernel}; \ ${KMAKEENV} ${MAKE} KERNEL=${INSTKERNNAME} depend -- cgit v1.1