From f0a309f2136d2d7fb7689292a8cce3dc9c784985 Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 16 Apr 2015 08:38:36 +0000 Subject: [PATCH] remove HAVE_GCC=45 fragment. --- sys/arch/i386/stand/lib/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/arch/i386/stand/lib/Makefile b/sys/arch/i386/stand/lib/Makefile index 0d34118efdd1..e57893aacfb4 100644 --- a/sys/arch/i386/stand/lib/Makefile +++ b/sys/arch/i386/stand/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/04/08 15:34:18 christos Exp $ +# $NetBSD: Makefile,v 1.41 2015/04/16 08:38:36 mrg Exp $ S?= ${.CURDIR}/../../../.. @@ -54,9 +54,6 @@ lib${LIB}.o:: ${OBJS} @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort` # XXX -.if ${HAVE_GCC:U} == 45 -COPTS.biosdisk.c+= -fno-strict-aliasing -.endif .if ${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U} == 48 COPTS.biosdisk_ll.c+= -O0 .endif