diff --git a/gnu/usr.bin/gdb6/bfd/Makefile b/gnu/usr.bin/gdb6/bfd/Makefile index e80cd86bc0b3..370920fc1a68 100644 --- a/gnu/usr.bin/gdb6/bfd/Makefile +++ b/gnu/usr.bin/gdb6/bfd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/03/14 00:26:09 mrg Exp $ +# $NetBSD: Makefile,v 1.6 2011/06/20 09:27:43 mrg Exp $ .include @@ -27,12 +27,6 @@ CLEANFILES+= elf32-target.h elf64-target.h targmatch.h \ .include -# XXX -.if ${MACHINE_CPU} == "sh5" -COPTS.elf32.c= -O1 -COPTS.elf64.c= -O1 -.endif - ${OBJS} ${SOBJS}: elf32-target.h elf64-target.h targets.o targets.pico: targmatch.h Makefile