- removed redundant -Os

git-svn-id: http://moon:8086/svn/mips@151 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2021-04-06 14:27:53 +00:00
parent 59164af424
commit 30a5b8133b
+1 -1
View File
@@ -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