- removed redundant -Os
git-svn-id: http://moon:8086/svn/mips@151 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ DEBUGGER ?= mips
|
||||
|
||||
DEFINES := -D$(BOARD)
|
||||
CCFLAGS := -fno-rtti -fno-use-cxa-atexit -fno-threadsafe-statics
|
||||
CFLAGS := -fno-exceptions -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostartfiles -Os
|
||||
CFLAGS := -fno-exceptions -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -nostartfiles
|
||||
|
||||
CFLAGS_TLB-y := -DSYS_IO_BASE=0xAC000000 -DSDRAM_BASE=0x80000000 -DFLASH_BASE_IO=0xA4000000 -DFLASH_BASE_MEM=0x88000000
|
||||
CFLAGS_TLB-n := -DSYS_IO_BASE=0xA0000000 -DSDRAM_BASE=0x40000000 -DFLASH_BASE_IO=0xA4000000 -DFLASH_BASE_MEM=0x00000000
|
||||
|
||||
Reference in New Issue
Block a user