Looks like gcc is broken again... :-( Go back to -O1 for now.

svn-id: r7000
This commit is contained in:
Marcus Comstedt 2003-04-13 12:53:08 +00:00
parent c7f298702a
commit 0fe46c5007

View File

@ -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/