Remove HACK for m68k ra-colorize.c bug in gcc-3.3.2 since current

self build (with gcc-3.3.3) on hp300 has worked fine without this.

Maybe we could remove this HACK for m68000 too, but I can't confirm it
because it's too slow even on the emulator and it's unlikely to build
whole toolchains on sun2 with its maximum 4MB RAM...
This commit is contained in:
tsutsui 2006-05-08 14:42:22 +00:00
parent 02a48f9119
commit b367369f5f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2006/02/25 12:04:23 simonb Exp $
# $NetBSD: Makefile,v 1.19 2006/05/08 14:42:22 tsutsui Exp $
MKPRIVATELIB= yes
@ -42,7 +42,7 @@ CPPFLAGS.insn-conditions.c= -DGENERATOR_FILE
CPPFLAGS.print-rtl1.c= -DGENERATOR_FILE
# XXX
.if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m68000"
.if ${MACHINE_ARCH} == "m68000"
COPTS.ra-colorize.c= -O0
.endif