From 0fe46c5007643bd65583ae8196c02b44ea1df492 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sun, 13 Apr 2003 12:53:08 +0000 Subject: [PATCH] Looks like gcc is broken again... :-( Go back to -O1 for now. svn-id: r7000 --- backends/dc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/dc/Makefile b/backends/dc/Makefile index 0b71d0fb7f2..616fc3779af 100644 --- a/backends/dc/Makefile +++ b/backends/dc/Makefile @@ -5,7 +5,7 @@ ronindir = /usr/local/ronin VPATH = ../.. CXX = sh-elf-g++ -ml -m4-single-only -CXXFLAGS= -O4 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions +CXXFLAGS= -O1 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions DEFINES = -D__DC__ -DNONSTANDARD_PORT LDFLAGS := -Wl,-Ttext,0x8c010000 -nostartfiles $(ronindir)/lib/crt0.o INCLUDES:= -I./ -I../.. -I../../common -I$(ronindir)/include/