Date:2009-08-18 05:39:39 (14 years 7 months ago)
Author:Xiangfu Liu
Commit:5d0a80f6a6f8374702f4c467f6bf88227c3c5d59
Message:many users got error message then use that option Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>

Files: usbboot/xburst_stage2/Makefile (1 diff)

Change Details

usbboot/xburst_stage2/Makefile
2828# The compiler may be optimizing in a way that conflicts with how the hardware ECC
2929# registers work. Since other register accesses might be affected too it seems the best
3030# is to disable this optimization right now.
31CFLAGS = -mips32 -O2 -fno-exceptions -fno-unit-at-a-time -fno-zero-initialized-in-bss \
31CFLAGS = -mips32 -O2 -fno-exceptions -fno-zero-initialized-in-bss \
3232    -ffunction-sections -fomit-frame-pointer -msoft-float -G 0 $(DEBUG_CFLAGS) \
3333    -I$(XBURST_INCLUDE_PATH) -I$(INFLASH_SRC_PATH)
3434LDFLAGS = -nostdlib -T target.ld $(CFLAGS)

Archive Download the corresponding diff file



interactive