From 475665f3ba529d5ebb21a23eae63d1a5fc99d579 Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 2 Jun 2006 19:46:24 +0000 Subject: [PATCH] remove GCC2 support --- sys/arch/hpcmips/stand/lcboot/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/arch/hpcmips/stand/lcboot/Makefile b/sys/arch/hpcmips/stand/lcboot/Makefile index b89ae1b27ec3..509232954117 100644 --- a/sys/arch/hpcmips/stand/lcboot/Makefile +++ b/sys/arch/hpcmips/stand/lcboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/07 19:38:58 mrg Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/02 19:46:24 mrg Exp $ .include ROMICE?= no @@ -31,9 +31,6 @@ AFLAGS+= -x assembler-with-cpp -traditional-cpp -mips2 -mno-abicalls INCLUDES= -I${.OBJDIR} -I${S} -I${S}/arch CPPFLAGS+= ${INCLUDES} -nostdinc -D_STANDALONE -DHEAP_LIMIT=0x8002ffff CFLAGS+= -mips2 -EL -mno-abicalls -ffreestanding -mmemcpy -.if ${HAVE_GCC} == "2" -CFLAGS+= -mno-half-pic -.endif LD_SCRIPT= lcboot.ldscript .if defined(ROMICE) && (${ROMICE} == "yes")